wp_using_themes WordPress Filter Hook
The wp_using_themes hook is a WordPress hook that is fired when a theme is loaded. This hook can be used to perform any actions that need to be done when a theme is loaded.
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
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |