Filters whether to enable the Update Services section in the Writing settings screen.
Parameters
$enablebool- Whether to enable the Update Services settings area. Default true.
Source
if ( apply_filters( 'enable_update_services_configuration', true ) ) {
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.