apply_filters( 'wp_using_themes', bool $wp_using_themes )
Filters whether the current request should use themes.
Parameters
-
$wp_using_themes
bool -
Whether the current request should use themes.
Source
File: wp-includes/load.php
.
View all references
return apply_filters( 'wp_using_themes', defined( 'WP_USE_THEMES' ) && WP_USE_THEMES );
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |