Filters whether plugins auto-update is enabled.
Parameters
$enabled
bool- True if plugins auto-update is enabled, false otherwise.
Source
return apply_filters( 'plugins_auto_update_enabled', $enabled );
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.