Retrieve all of the WordPress support page statuses.Pages have a limited set of valid status values, this provides the post_status values and descriptions.
1542
Continue readingRetrieve all of the WordPress support page statuses.Pages have a limited set of valid status values, this provides the post_status values and descriptions.
1542
Continue readingRetrieve the permalink for current page or page ID.Respects page_on_front. Use this one.
1538
Continue readingOrder the pages with children under parents in a flat list.It uses auxiliary structure to hold parent-children relationships and runs in O(N) complexity
1536
Continue readingRetrieve child pages from list of pages matching page ID.Matches against the pages parameter against the page ID. Also matches all children for the same to retrieve all children of a page. Does not make any SQL queries to get the children.
1534
Continue reading
get_page_of_comment
Calculate what page number a comment will appear on for comment paging.
1540
Continue reading →