Summery Summery
Filters whether to preempt a setting value update.
Syntax Syntax
Description Description
Allows hijacking the setting update logic and overriding the built-in behavior by returning true.
Parameters Parameters
- $result
-
Whether to override the default behavior for updating the value of a setting.
- $name
-
Setting name (as shown in REST API responses).
- $value
-
Updated setting value.
- $args
-
Arguments passed to register_setting() for this setting.
Source Source
File: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |