WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about validate_current_theme

Back to home

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.