wp_using_themes

wp_using_themes

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_using_themes') is found 1 times:

  • /wp-includes/load.php line 1707
    	 * @since 5.1.0
    	 *
    	 * @param bool $wp_using_themes Whether the current request should use themes.
    	 */
    	return apply_filters( 'wp_using_themes', defined( 'WP_USE_THEMES' ) && WP_USE_THEMES );
    }
    
    /**
     * Determines whether the current request is a WordPress cron request.
     *
     * @since 4.8.0