Filter hook 'validate_current_theme'

in WP Core File wp-includes/theme.php at line 909

Description

Filters whether to validate the active theme.

Occurrences

Filename Line Number
wp-includes/theme.php 909

Parameters

Type Name Description
bool $validate Whether to validate the active theme. Default true.

PHP Doc

/**
	 * Filters whether to validate the active theme.
	 *
	 * @since 2.7.0
	 *
	 * @param bool $validate Whether to validate the active theme. Default true.
	 */