什么是主题兼容?


14

我注意到该wp-includes/theme-compat目录。
那是什么
是主题吗?

Answers:


19

theme-compat目录是由一组的弃用(因为WordPress的3.0)文件的WordPress 使用作为后备模板零件文件使用,在情况下,活性主题没有包括它们。

换句话说,如果主题使用get_header()模板标签,但未能包含header.php模板部分文件,则WordPress将退回到/wp-includes/theme-compat/header.php

在模板部分文件theme_compat弃用,无人维护,令人难以置信的老(由核心/当前主题的标准),且不应被任何当前主题的依据。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.