WordPress 函数手册POSTS 1732

整理汇总WordPress的函数说明,希望帮助喜欢wordpress开发的朋友。

get_pung()

get_pung( int|WP_Post $post_id ) 检索已ping的邮件的url。Retriev...

最后更新

get_role()

get_role( string $role ) 检索角色对象。Retrieve role object. 目...

最后更新

get_rss()

get_rss( string $url, int $num_items = 5 ) 在HTML列表项中显示R...

最后更新

get_plugins()

get_plugins( string $plugin_folder = ” ) 检查plugins目录并检索...

最后更新

get_footer()

get_footer( string $name = null ) 加载页脚模板。Load footer te...

最后更新

get_page()

get_page( int|WP_Post $page, string $output = OBJECT, s...

最后更新

get_header()

get_header( string $name = null ) 加载头模板。Load header tem...

最后更新

get_image_tag()

获取图像附件的img标记,如果请求,则将其缩小。Gets an img tag for an image at...

最后更新

get_links()

get_links( int $category = -1, string $before = ”, stri...

最后更新

get_pages()

get_pages( array|string $args = array() ) 检索页面列表(或层次结构的...

最后更新