WP_REST_Settings_Controller
Class: Core class used to manage a site’s settings via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:17
Class: Core class used to manage a site’s settings via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:17
Method: Constructor.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:24
Method: Registers the routes for the objects of the controller.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:36
Method: Checks if a given request has access to read and manage settings.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:64
Method: Retrieves the settings.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:76
Filter Hook: Filters the value of a setting recognized by the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:95
Method: Prepares a value for output based off a schema array.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:121
Method: Updates settings for the settings object.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:139
Filter Hook: Filters whether to preempt a setting value update.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:163
Method: Retrieves all of the registered options for the Settings API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:208