enable_update_services_configuration WordPress Filter Hook
The enable_update_services_configuration hook allows you to enable or disable the Update Services configuration page. This hook is useful if you want to disable the update services configuration page for a specific user or set of users.
apply_filters( 'enable_update_services_configuration', bool $enable ) #
Filters whether to enable the Update Services section in the Writing settings screen.
Contents
Parameters
- $enable
(bool)Whether to enable the Update Services settings area. Default true.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |