wp_using_themes

wp_using_themes

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_using_themes') is found 1 times:

  • /wp-includes/load.php line 1742
    1738
    1739
    1740
    1741
    1742
    1743
    1744
    1745
    1746
    1747
    1748
         * @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