Archive | /wp-admin/includes/template.php RSS feed for this section

add_settings_field

Add a new field to a section of a settings pagePart of the Settings API. Use this to define a settings field that will show as part of a settings section inside a settings page. The fields are shown using do_settings_fields() in do_settings-sections()

299

Continue reading

add_settings_error

Register a settings error to be displayed to the userPart of the Settings API. Use this to show messages to users about settings validation problems, missing settings or anything else.

297

Continue reading