apply_filters( 'wp_using_themes', bool $wp_using_themes )

Filters whether the current request should use themes.


Parameters

$wp_using_themes

Whether the current request should use themes.


Source

File: wp-includes/load.php

View on GitHub


Changelog

Changelog
Version Description
5.1.0 Introduced.