apply_filters( 'validate_current_theme', bool $validate )

Filters whether to validate the current theme.


Parameters

$validate

(bool) Whether to validate the current theme. Default true.


Source

File: wp-includes/theme.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.