validate_theme_requirements
validate_theme_requirements
Appears in: wordpress-6.9, wordpress-6.9.1, wordpress-6.9.2, wordpress-6.9.3, wordpress-6.9.4, wordpress-7.0
Hook Type: filter
Displaying hooks found in version: wordpress-7.0apply_filters('validate_theme_requirements') is found 1 times:
- /wp-includes/theme.php line 1015
* * @param bool|WP_Error $met_requirements True if the theme meets requirements, WP_Error if not. * @param string $stylesheet Directory name for the theme. */ return apply_filters( 'validate_theme_requirements', true, $stylesheet ); } /** * Retrieves all theme modifications. * * @since 3.1.0