Used By
Used By | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php: WP_REST_Settings_Controller::update_item() | Updates settings for the settings object. |
Filters whether to preempt a setting value update.
Allows hijacking the setting update logic and overriding the built-in behavior by returning true.
(bool) Whether to override the default behavior for updating the value of a setting.
(string) Setting name (as shown in REST API responses).
(mixed) Updated setting value.
(array) Arguments passed to register_setting() for this setting.
File: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
Version | Description |
---|---|
4.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_pre_update_setting