Wordpress plugins
Smart Custom Fields

Smart Custom Fields

Version : 3.1.4
Tested up to : 4.8.0
Number of download : 40163
Author : inc2734
Average rating : 5 / 5 on 13 votes 13 votes, 5 avg.rating

Screenshots

Smart Custom Fields
Smart Custom Fields
Smart Custom Fields
Smart Custom Fields

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 Boolean How to get meta data ? Post meta data This method can get any meta data. SCF::get( 'field-name' ) This method can get meta data of any group. SCF::get( 'group-name' ) This method can get all meta data. SCF::gets() User meta data This method can get any user meta data. SCF::get_user_meta( $user_id, 'field-name' ) This method can get user meta data of any group. SCF::get_user_meta( $user_id, 'group-name' ) This method can get all user meta data. SCF::get_user_meta( $user_id ) Term meta data This method can get any term meta data. SCF::get_term_meta( $term_id, $taxonomy 'field-name' ) This method can get term meta data of any group. SCF::get_term_meta( $term_id, $taxonomy, 'group-name' ) This method can get all term meta data. SCF::get_term_meta( $term_id, $taxonomy ) Custom options page meta data This method can get any custom options page meta data. SCF::get_option_meta( $menu_slug, 'field-name' ) This method can get custom options page meta data of any group. SCF::get_option_meta( $menu_slug, 'group-name' ) This method can get all custom options page meta data. SCF::get_option_meta( $menu_slug ) Create custom options page SCF::add_options_page( $page_title, $menu_title, $capability, $menu_slug, $icon_url = '', $position = null ); Register custom fields by the code. .gist table { margin-bottom: 0; } GitHub https://github.com/inc2734/smart-custom-fields/ Translators Japanese(ja) – JOTAKI Taisuke You can translate this plugin into your language by using GlotPress.

Download now