apply_filters( 'wp_using_themes', bool $wp_using_themes )

Filters whether the current request should use themes.


Description


Parameters

$wp_using_themes

(bool) Whether the current request should use themes.


Top ↑

Source

File: wp-includes/load.php

View on Trac


Top ↑

Changelog

Version Description
5.1.0 Introduced.