分类: WP开发函数
thumbnail

WordPress函数:wp_strict_cross_origin_referrer

一、函数简介 显示一个引用来源策略为`strict-origin-when-cross-origin`的元标签。(Displays a referrer `strict-origin-when-cross-origin` meta ta……
thumbnail

WordPress函数:feed_links_extra

一、函数简介 显示指向额外提要(如类别提要)的链接。(Displays the links to the extra feeds such as category feeds.)   二、……
thumbnail

WordPress函数:feed_links

一、函数简介 显示指向常规提要的链接。(Displays the links to the general feeds.)   二、函数参数 * @param array $args Optio……
thumbnail

WordPress函数:wp_body_open

一、函数简介 启动wp_body_open操作。(Fires the wp_body_open action.)   二、函数参数     三、函数案例……
thumbnail

WordPress函数:wp_footer

一、函数简介 启动wp_footer动作。(Fires the wp_footer action.)   二、函数参数     三、函数案例 &l……
thumbnail

WordPress函数:wp_head

一、函数简介 启动wp_head动作。(Fires the wp_head action.)   二、函数参数     三、函数案例 <?p……
thumbnail

WordPress函数:the_weekday_date

一、函数简介 显示帖子的本地化工作日。(Displays the localized weekday for the post.)   二、函数参数 * @param string $befor……
thumbnail

WordPress函数:the_weekday

一、函数简介 显示帖子的本地化工作日。(Displays the localized weekday for the post.)   二、函数参数     ……
thumbnail

WordPress函数:get_post_modified_time

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

WordPress函数:get_the_modified_time

一、函数简介 检索帖子上次修改的时间。(Retrieves the time at which the post was last modified.)   二、函数参数 * @param st……