plugins_auto_update_enabled

plugins_auto_update_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('plugins_auto_update_enabled') is found 1 times:

  • /wp-admin/includes/update.php line 1099
    			 * @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
    			 *