Smart Custom Fields is a simple plugin for managing custom fields. Features Field group loop support. Meta data revision support. Meta data preview support. Field Types Text Textarea Radio Select Checkbox WYSIWYG editor Image File Related Posts Related Terms Color picker Date picker Datetime picker Boolean Message How to get meta data ? **The return value of each of the following methods is not sanitized. Please sanitize them if necessary. ** https://developer.wordpress.org/apis/security/escaping/ Post meta data This method can get any meta data. SCF::get( 'field-name' ) This method can get me...
Read the full description on WordPress.org →