wpseek.com
A WordPress-centric search engine for devs and theme authors



validate_current_theme › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'validate_current_theme', true )
Parameters:
  • () validate Whether to validate the active theme. Default true.
    Required: Yes
Defined at:
Codex:

Filters whether to validate the active theme.





Source

if ( wp_installing() || ! apply_filters( 'validate_current_theme', true ) ) {