分类: WP开发函数
WordPress函数:the_date_xml
一、函数简介
以iso8601格式输出xml文件的日期。(Outputs the date in iso8601 format for xml files.)
二、函数参数
 ……
WordPress函数:allowed_tags
一、函数简介
以HTML格式显示所有允许的带有属性的标签。(Displays all of the allowed tags in HTML format with attributes.)
……
WordPress函数:delete_get_calendar_cache
一、函数简介
清除get_calendar的缓存结果。(Purges the cached results of get_calendar.)
二、函数参数
……
WordPress函数:get_calendar
一、函数简介
显示日历,其中包含有帖子作为链接的日期。(Displays calendar with days that have posts as links.)
二、函……
WordPress函数:calendar_week_mod
一、函数简介
获取自一周开始以来的天数。(Gets number of days since the start of the week.)
二、函数参数
* @param int $nu……
WordPress函数:get_archives_link
一、函数简介
根据预定义或自定义代码检索存档链接内容。(Retrieves archive link content based on predefined or custom code.)
……
WordPress函数:wp_get_archives
一、函数简介
根据类型和格式显示存档链接。(Displays archive links based on type and format.)
二、函数参数
* @return ……
WordPress函数:get_the_post_type_description
一、函数简介
检索帖子类型存档的描述。(Retrieves the description for a post type archive.)
二、函数参数
* @return string……
WordPress函数:get_the_archive_description
一、函数简介
检索作者、帖子类型或术语存档的描述。(Retrieves the description for an author, post type, or term archive.)
……
WordPress函数:the_archive_description
一、函数简介
显示类别、标记、术语或作者描述。(Displays category, tag, term, or author description.)
二、函数参数
* ……