WordPress根据页面路径获取页面对象函数:get_page_by_path
WordPress函数get_page_by_path根据页面路径获取页面对象
get_page_by_path( string $pag···
WordPress根据页面标题获取页面对象函数:get_page_by_title
WordPress函数get_page_by_title根据页面标题获取页面对象,如果有相同名称标题的页面,···
WordPress获取子页面对象函数:get_page_children
WordPress函数get_page_children用于获取子页面对象
get_page_children( int $page_id, a···
WordPress获取页面ID、名称列表函数:get_page_hierarchy
WordPress函数get_page_hierarchy以页面ID为键,名称为值返回页面列表数组。
get_page_hi···
WordPress获取页面路径函数:get_page_uri
WordPress函数get_page_uri获取页面的路径,不包含域名部份。
get_page_uri( WP_Post|obj···
WordPress获取所有页面信息函数:get_pages
WordPress函数get_pages以对象类型返回所有页面信息。
get_pages( array|string $args = ···
WordPress判断页面函数:is_page
WordPress函数is_page用于判断当前页面是否为页面page
is_page( int|string|int[]|string···
WordPress添加文章元数据函数:add_post_meta
WordPress函数add_post_meta用于添加文章元数据。
add_post_meta( int $post_id, string ···
WordPress删除文章元数据函数:delete_post_meta
WordPress函数delete_post_meta用于删除文章元数据。
delete_post_meta( int $post_id, s···