Wordpress文件的加载顺序
2008-02-27 11:28 amVersion 2.3.1版
index.php 加载 /wp-blog-header.php
wp-blog-header.php 加载 /wp-config.php
wp-blog-header.php 加载 /template-loader.php
wp-config.php 加载 /wp-settings.php
wp-settings.php 加载 /wp-includes/compat.php
wp-settings.php 加载 /wp-includes/functions.php
wp-settings.php 加载 /wp-content/db.php
wp-settings.php 加载 /wp-includes/wp-db.php (前提是db.php不存在)
wp-settings.php 加载 /wp-content/object-cache.php
wp-settings.php 加载 /wp-includes/cache.php(前提是object-cache.php不存在)
wp-settings.php 加载 /wp-includes/classes.php
wp-settings.php 加载 /wp-includes/plugin.php
wp-settings.php 加载 /wp-includes/default-filters.php
wp-settings.php 加载 /wp-includes/streams.php
wp-settings.php 加载 /wp-includes/gettext.php
wp-settings.php 加载 /wp-includes/l10n.php
wp-settings.php 加载 /wp-includes/kses.php(前提是blog未安装)
wp-settings.php 加载 /wp-includes/pluggable.php(前提是blog未安装)
wp-settings.php 加载 /wp-includes/formatting.php
wp-settings.php 加载 /wp-includes/capabilities.php
wp-settings.php 加载 /wp-includes/query.php
wp-settings.php 加载 /wp-includes/theme.php
wp-settings.php 加载 /wp-includes/user.php
wp-settings.php 加载 /wp-includes/general-template.php
wp-settings.php 加载 /wp-includes/link-template.php
wp-settings.php 加载 /wp-includes/author-template.php
wp-settings.php 加载 /wp-includes/post.php
wp-settings.php 加载 /wp-includes/post-template.php
wp-settings.php 加载 /wp-includes/category.php
wp-settings.php 加载 /wp-includes/category-template.php
wp-settings.php 加载 /wp-includes/comment.php
wp-settings.php 加载 /wp-includes/comment-template.php
阅读全文…





