最新文章
thumbnail

WordPress函数:get_the_modified_date

一、函数简介 检索帖子上次修改的日期。(Retrieves the date on which the post was last modified.)   二、函数参数 * @param st……
thumbnail

WordPress函数:the_modified_date

一、函数简介 显示上次修改帖子的日期。(Displays the date on which the post was last modified.)   二、函数参数 * @param str……
thumbnail

WordPress函数:the_date

一、函数简介 显示或检索帖子的日期(每个日期一次)。(Displays or retrieves the date of the post (once per date).)   二、函……
thumbnail

WordPress函数:the_date_xml

一、函数简介 以iso8601格式输出xml文件的日期。(Outputs the date in iso8601 format for xml files.)   二、函数参数  ……
thumbnail

WordPress函数:allowed_tags

一、函数简介 以HTML格式显示所有允许的带有属性的标签。(Displays all of the allowed tags in HTML format with attributes.)   ……
thumbnail

WordPress函数:delete_get_calendar_cache

一、函数简介 清除get_calendar的缓存结果。(Purges the cached results of get_calendar.)   二、函数参数    ……
thumbnail

WordPress函数:get_calendar

一、函数简介 显示日历,其中包含有帖子作为链接的日期。(Displays calendar with days that have posts as links.)   二、函……
thumbnail

WordPress函数:calendar_week_mod

一、函数简介 获取自一周开始以来的天数。(Gets number of days since the start of the week.)   二、函数参数 * @param int $nu……
thumbnail

WordPress函数:get_archives_link

一、函数简介 根据预定义或自定义代码检索存档链接内容。(Retrieves archive link content based on predefined or custom code.)   ……
thumbnail

WordPress函数:wp_get_archives

一、函数简介 根据类型和格式显示存档链接。(Displays archive links based on type and format.)   二、函数参数 * @return ……