wpseek.com
A WordPress-centric search engine for devs and theme authors
rest_restrict_privacy_policy_page_setting_update › WordPress Function
Since7.2.0
Deprecatedn/a
› rest_restrict_privacy_policy_page_setting_update ( $updated, $name )
| Parameters: (2) |
|
| Returns: |
|
| Defined at: |
|
| Codex: |
Prevents users without the `manage_privacy_options` capability from changing the privacy policy page through the REST API.
The settings endpoint only checksmanage_options. On multisite the
manage_privacy_options capability maps to manage_network, so a site
administrator can read the setting but must not change it, matching the
Settings > Privacy screen.