apply_filters( ‘wp_using_themes’, bool $wp_using_themes )

In this article

Filters whether the current request should use themes.

Parameters

$wp_using_themesbool
Whether the current request should use themes.

Source

return apply_filters( 'wp_using_themes', defined( 'WP_USE_THEMES' ) && WP_USE_THEMES );

Changelog

VersionDescription
5.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.