ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php

rest_pre_update_setting

Filter Hook: Filters whether to preempt a setting value update.

Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:163

Used by 1 function | Uses 0 functions

WP_REST_Settings_Controller::get_registered_options()

Method: Retrieves all of the registered options for the Settings API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:208

Used by 3 functions | Uses 2 functions

WP_REST_Settings_Controller::get_item_schema()

Method: Retrieves the site setting schema, conforming to JSON Schema.

Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:266

Used by 0 functions | Uses 1 function

WP_REST_Settings_Controller::sanitize_callback()

Method: Custom sanitize callback used for all options to allow the use of ‘null’.

Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:300

Used by 0 functions | Uses 1 function

WP_REST_Settings_Controller::set_additional_properties_to_false()

Method: Recursively add additionalProperties = false to all objects in a schema.

Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:319

Used by 2 functions | Uses 1 function

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

Used by 0 functions | Uses 1 function

WP_REST_Settings_Controller::__construct()

Method: Constructor.

Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:24

Used by 1 function | Uses 0 functions

WP_REST_Settings_Controller::register_routes()

Method: Registers the routes for the objects of the controller.

Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:36

Used by 0 functions | Uses 1 function

WP_REST_Settings_Controller::get_item_permissions_check()

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

Used by 0 functions | Uses 1 function

WP_REST_Settings_Controller::get_item()

Method: Retrieves the settings.

Source: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:76

Used by 1 function | Uses 5 functions
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy