Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/theme.php | apply_filters | 860 | /** * Filters whether to validate the active theme. * * @since 2.7.0 * * @param bool $validate Whether to validate the active theme. Default true. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $validate | Whether to validate the active theme. Default true. |