【转】wordpress/wp-includes目录文件概述
wp-includes目錄
1.wp-includes/cache.php
2.wp-includes/capabilities.php
3.wp-includes/class-IXR.php:Incutio XML-RPC庫。包括了 XML RPC支持函數。由http://scripts.incutio.com/xmlrpc/提供支持。
4.wp-includes/classes.php:包括了基本的類,如核心文章提取機制WP_Query和改寫管理WP_Rewrite。
5.wp-includes/class-pop3.php:包括了支持使用POP郵箱的類。可供wp-mail.php 使用。
6.wp-includes/class-snoopy.php:Snoopy是一個PHP類,用來模仿Web瀏覽器的功能,它能自動完成檢索網頁和發送表單的任務。
7.wp-includes/comment-functions.php
8.wp-includes/default-filters.php
9.wp-includes/feed-functions.php
10.wp-includes/functions-compat.php:即新版本PHP中用來支持老版本PHP的函數文件。
11.wp-includes/functions-formatting.php:用于清理XHTML和用特定字符集正確格式化文本。
12.wp-includes/functions-post.php:定義了在數據庫中管理日志,查詢用戶權限,提取和撰寫評論等函數。
13.wp-includes/functions.php:包含許多重要的支持函數,它是WordPress中最大的文件,函數數量幾乎是第二大文件的兩倍。
14.wp-includes/gettext.php:PHP-gettext GPL 翻譯庫組成部分。
15.wp-includes/kses.php:用來渲染和過濾日志或評論中的HTML。
16.wp-includes/links.php:用來管理和使用WordPress的鏈接功能。
17.wp-includes/locale.php:用來替代默認的星期和月份值。
18.wp-includes/pluggable-functions.php
19.wp-includes/registration-functions.php
20.wp-includes/rss-functions.php
21.wp-includes/streams.php:定義了包裝文件流和字符流的類。
22.wp-includes/template-functions-author.php:包含了與日志作者或評論人相關的主題函數。
23.wp-includes/template-functions-category.php:包含了與類別相關的主題函數。
24.wp-includes/template-functions-comment.php:包含了與評論相關的主題函數。
25.wp-includes/template-functions-general.php:包含了常規主題函數。
26.wp-includes/template-functions-links.php:包含了與鏈接相關的主題函數。
27.wp-includes/template-functions-post.php:包含了與日志相關的主題函數。
28.wp-includes/template-functions.php:包含了以上所有”template-”文件。
29.wp-includes/template-loader.php
30.wp-includes/vars.php:用來設置雜項變量。
31.wp-includes/version.php:用來設置當前使用的WordPress版本。
32.wp-includes/wp-db.php:包含了用來連接MySQL數據庫的函數。
33.wp-includes/wp-l10n.php:提供支持多語言版本的函數。
wp-includes/images目錄
wp-includes/images/smilies目錄激活表情符號后,用戶使用的表情符號就是由這個文件定義的。查看Using Smilies獲取更多信息。
wp-includes/js目錄
1.wp-includes/js/quicktags.js:用戶編輯日志或頁面時所使用的標簽工具欄,就是由此文件定義的。
wp-includes/js/tinymce目錄
此目錄包括了撰寫日志面板使用的富文本編輯器。
wp-includes/languages目錄
查看: WordPress Localization
轉載于:https://www.cnblogs.com/temptation/archive/2010/10/26/1861459.html
總結
以上是生活随笔為你收集整理的【转】wordpress/wp-includes目录文件概述的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: nlog轻量级日志组件
- 下一篇: DotNET企业架构应用实践-系列目录