validate_theme_requirements

validate_theme_requirements

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.9

apply_filters('validate_theme_requirements') is found 1 times:

  • /wp-includes/theme.php line 1018
    	 *
    	 * @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