WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about enable_update_services_configuration

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/options-writing.php apply_filters 41 /**
* Writing settings administration panel.
*
* @package WordPress
* @subpackage Administration
*/
wp-admin/options-writing.php apply_filters 200 /**
* Filters whether to enable the Update Services section in the Writing settings screen.
*
* @since 3.0.0
*
* @param bool $enable Whether to enable the Update Services settings area. Default true.
*/

Hook Parameters

Parameter Type Name Description