开发者 |
htmlburger
m1r0 atanasangelovdev kamenarov stoyanov.gs pkostadinov panchev tyxla xsisqox catahac avakul dilirity sstoqnov kaloyanivanov brutalenemy666 magadanski_uchen germozy |
---|---|
更新时间 | 2017年7月26日 22:14 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
A. The plugin supports PHP 5.3 and higher.
A. There is no admin interface. Containers and fields are created programatically, please refer to the Usage & Documentation section for more information.
A. Yes, you can! Creating custom widgets with your preferred fields is now greatly simplified.
A. Yes, sir! You can create as many theme options pages and subpages with your preferred custom fields.
A. Absolutely. We call them Complex Fields - fields that contain other fields. You can even create complex fields with multiple sets of fields. Then, when creating a repeatable entry, you can select which set of fields to use.
A. Yes, you can nest the fields, at an unlimited depth. The only limit is your imagination. :)
A. Yes.
A. Sure, go ahead! It is completely open source.
INCLUDES
and EXCLUDES
which work for array-based fields (e.g. Set_Field) and string-based fields (e.g. Text_Field)Complex_Field::set_collapsed()
method which allows you to control if groups should display collapsed on page load->set_options()
and ->add_options()
to both be able to receive callbacks and arrays.User_Meta_Container::show_for()
method to allow users other than administrators to interact with user meta containersTime
field type.Date_Time
field type.Predefined_Options_Field
field types.set_width()
in nested or sibling Complex
fields.user_meta
container under certain conditions.post_meta
container to use page
post type when calling the show_on_page_children()
, show_on_page()
and show_on_template()
methods.Complex
field groups.theme_options
container.Attachment
field type, with backwards compatibility.File
and Image
field types now save the attachment ID by default.File_Field::set_value_type()
to easily change the saved value type.Field
and Container
tests.Date_Field::set_options()
to Date_Field::set_datepicker_options()
.Predefined_Options_Field
base for Select
, Radio
and Set
field types.use
statements.Scripts_Field
base for Header Scripts
and Footer Scripts
field types.Meta_Datastore
base for all meta datastore classes.