themes_auto_update_enabled

themes_auto_update_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('themes_auto_update_enabled') is found 1 times:

  • /wp-admin/includes/update.php line 1108
    			 * @since 5.5.0
    			 *
    			 * @param bool $enabled True if themes auto-update is enabled, false otherwise.
    			 */
    			return apply_filters( 'themes_auto_update_enabled', $enabled );
    	}
    
    	return false;
    }
    
    /**