WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about plugins_auto_update_enabled

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/update.php apply_filters 1060 /**
* Filters whether plugins auto-update is enabled.
*
* @since 5.5.0
*
* @param bool $enabled True if plugins auto-update is enabled, false otherwise.
*/

Hook Parameters

Parameter Type Name Description
bool $enabled True if plugins auto-update is enabled, false otherwise.