plugins_auto_update_enabled, $enabled
plugins_auto_update_enabled, $enabled
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('plugins_auto_update_enabled, $enabled') is found 1 times:
- /wp-admin/includes/update.php line 1061
* @since 5.5.0 * * @param bool $enabled True if plugins auto-update is enabled, false otherwise. */ return apply_filters( 'plugins_auto_update_enabled', $enabled ); case 'theme': /** * Filters whether themes auto-update is enabled. * * @since 5.5.0 *