Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php: WP_REST_Settings_Controller::get_registered_options() | Retrieves all of the registered options for the Settings API. |
wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php: WP_REST_Settings_Controller::prepare_value() | Prepares a value for output based off a schema array. |
wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php: rest_pre_get_setting | Filters the value of a setting recognized by the REST API. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |