Top Google Search Results
- Function Reference/validate current theme « WordPress Codex
Description. Checks that current theme files 'index.php' and 'style.css' exists. Does not check the 'default' theme. The 'default' theme should always exist or ... - #3907 (WP reverts to default theme on file access collision ...
+1 to removing the call validate_current_theme() from wp-settings.php ... validate_current_theme with its 2 file checks is useful for basic sanity when going to the ... - PHPXRef 0.7 : WordPress : Detail view of theme.php
_preview_theme_stylesheet_filter() preview_theme_ob_filter() preview_theme_ob_filter_callback() switch_theme() validate_current_theme() get_theme_mods() ... - 常用函数-validate_current_theme() | WordPress啦!
2009年5月4日 ... 若当前主题为未生效,该函数会将主题转换成默认主题。用户可以使用' validate_current_theme' 过滤器返回false,从而禁用该函数的功能。