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.
*/