WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_using_themes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/load.php apply_filters 1563 /**
* Filters whether the current request should use themes.
*
* @since 5.1.0
*
* @param bool $wp_using_themes Whether the current request should use themes.
*/

Hook Parameters

Parameter Type Name Description
bool $wp_using_themes Whether the current request should use themes.