Filter hook 'wp_using_themes'

in WP Core File wp-includes/load.php at line 1732

Description

Filters whether the current request should use themes.

Occurrences

Filename Line Number
wp-includes/load.php 1732

Parameters

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

Usage Examples

Example 1

add_filter( 'wp_using_themes', '__return_false'

PHP Doc

/**
	 * Filters whether the current request should use themes.
	 *
	 * @since 5.1.0
	 *
	 * @param bool $wp_using_themes Whether the current request should use themes.
	 */