wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



validate_current_theme › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'validate_current_theme', true )
Parameter:
  • () validate Whether to validate the active theme. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to validate the active theme.





Quellcode

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