Description
Filters whether plugins auto-update is enabled.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/update.php | 1066 |
Parameters
Type | Name | Description |
---|---|---|
bool | $enabled | True if plugins auto-update is enabled, false otherwise. |
PHP Doc
/**
* Filters whether plugins auto-update is enabled.
*
* @since 5.5.0
*
* @param bool $enabled True if plugins auto-update is enabled, false otherwise.
*/