wpseek.com
A WordPress-centric search engine for devs and theme authors
rest_pre_get_setting › WordPress Filter Hooks
Since4.7.0
Deprecatedn/a
› apply_filters( 'rest_pre_get_setting', null, $name, $args )
Parameters: (3) |
|
Defined at: | |
Codex: |
Filters the value of a setting recognized by the REST API.
Allow hijacking the setting value and overriding the built-in behavior by returning a non-null value. The returned value will be presented as the setting value instead.
Related Functions: register_setting, get_settings, unregister_setting, register_initial_settings, __return_empty_string, rest_get_server