Smart Custom Fields is a simple plugin for managing custom fields.
Features
- Field group loop support.
- Meta data revision support.
- Meta data preview support.
https://www.youtube.com/watch?v=WxPZurn0yvI
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 ?
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 <h4>'', $position</h4> null );
Register custom fields by the code.
https://gist.github.com/inc2734/9f6d65c7473d060d0fd6
GitHub
https://github.com/inc2734/smart-custom-fields/
Translators
- Japanese(ja) - JOTAKI Taisuke
You can translate this plugin into your language by using GlotPress.
Releases (58 )
Version | Release Date | Change Log |
---|---|---|
4.2.2 | 2021-11-18 |
|
4.2.1 | 2021-11-17 |
|
4.2.0 | 2021-09-27 | |
4.1.5 | 2020-08-31 |
|
4.1.4 | 2020-08-12 |
|
4.1.3 | 2020-03-06 |
|
4.1.2 | 2018-10-11 |
|
4.1.0 | 2018-09-16 |
|
4.1.1 | 2018-09-16 | |
4.0.2 | 2018-08-12 |
|
4.0.1 | 2018-06-26 | |
4.0.0 | 2018-06-26 |
|
3.1.7 | 2018-05-30 |
|
3.1.6 | 2018-01-09 |
|
3.1.5 | 2017-10-24 |
|
3.1.4 | 2017-06-29 |
|
3.1.3 | 2017-02-20 |
|
3.1.2 | 2017-02-02 |
|
3.1.1 | 2017-01-27 |
|
3.1.0 | 2017-01-27 |
|
3.0.1 | 2017-01-16 |
|
3.0.0 | 2016-10-04 |
|
2.3.0 | 2016-09-06 |
|
2.2.3 | 2016-08-24 |
|
2.2.2 | 2016-07-28 |
|
2.2.1 | 2016-07-28 |
|
2.2.0 | 2016-07-02 |
|
2.1.1 | 2016-06-22 |
|
2.1.0 | 2016-06-06 |
|
2.0.1 | 2016-06-01 | |
2.0.0 | 2016-06-01 |
|
1.7.0 | 2016-02-03 |
|
1.6.7 | 2016-01-08 |
|
1.6.6 | 2016-01-07 |
|
1.6.5 | 2016-01-05 |
|
1.6.4 | 2015-12-05 |
|
1.6.3 | 2015-11-27 |
|
1.6.2 | 2015-11-21 |
|
1.6.1 | 2015-11-17 |
|
1.6.0 | 2015-11-13 |
|
1.5.2 | 2015-09-28 |
|
1.5.1 | 2015-09-03 |
|
1.5.0 | 2015-09-03 |
|
1.4.0 | 2015-04-29 |
|
1.3.2 | 2015-04-24 |
|
1.3.1 | 2015-04-11 |
|
1.3.0 | 2015-03-23 |
|
1.2.2 | 2015-03-14 |
|
1.2.1 | 2015-03-12 |
|
1.2.0 | 2015-03-11 |
|
1.1.0 | 2015-03-11 |
|
1.1.3 | 2015-02-11 |
|
1.1.2 | 2015-02-08 |
|
1.1.1 | 2015-01-22 |
|
1.0.3 | 2015-01-06 |
|
1.0.2 | 2014-10-21 |
|
1.0.1 | 2014-10-10 |
|
1.0.0 | 2014-10-09 |
|