zoukankan      html  css  js  c++  java
  • 【转】wordpress/wpincludes目录文件概述

    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

  • 相关阅读:
    前端设计网站收藏
    JAVA的StringBuffer类
    JDBC连接数据库
    JSP中request属性的用法
    jquery学习
    servlet学习(一)
    javascript 计算器
    xml学习(一)
    网站之单点登录简单思路
    关于ASP.NET中Menu控件在浏览器中不正常显示解决方法
  • 原文地址:https://www.cnblogs.com/temptation/p/1861459.html
Copyright © 2011-2022 走看看