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