apply_filters( ‘enable_update_services_configuration’, bool $enable )

In this article

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

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.