Filters the theme requirement validation response.
Description
If a theme fails due to a Core-provided validation (incompatible WP, PHP versions), this filter will not fire. A WP_Error response will already be returned.
This filter is intended to add additional validation steps by site administrators.
Parameters
Source
return apply_filters( 'validate_theme_requirements', true, $stylesheet );
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.