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.


Parameters

$enable

(bool)Whether to enable the Update Services settings area. Default true.


Top ↑

Source

File: wp-admin/options-writing.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.