Functions
-
functionget_next_posts_link()
Retrieves the next posts page link.
-
functionget_next_posts_page_link()
Retrieves the next posts page link.
-
functionget_next_post_link()
Retrieves the next post link that is adjacent to the current post.
-
functionget_nonauthor_user_ids()
Gets all users who are not authors.
-
functionget_num_queries()
Retrieves the number of database queries during the WordPress execution.
-
functionget_objects_in_term()
Retrieves object IDs of valid taxonomy and term.
-
functionget_object_taxonomies()
Returns the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name.
-
functionget_object_term_cache()
Retrieves the cached term objects for the given object ID.
-
functionget_option()
Retrieves an option value based on an option name.
-
functionget_options()
Retrieves multiple options.
-
functionget_others_drafts()
Retrieve drafts from other users.
-
functionget_others_pending()
Retrieve pending review posts from other users.
-
functionget_others_unpublished_posts()
Retrieves editable posts from other users.
-
functionget_page()
Retrieves page data given a page ID or page object.
-
functionget_paged_template()
Retrieve path of paged template in current or parent template.
-
functionget_pagenum_link()
Retrieves the link for a page number.
-
functionget_pages()
Retrieves an array of pages (or hierarchical post type items).
-
functionget_page_by_path()
Retrieves a page given its path.
-
functionget_page_by_title()
Retrieves a page given its title.
-
functionget_page_children()
Identifies descendants of a given page ID in a list of page objects.
-
functionget_page_hierarchy()
Orders the pages with children under parents in a flat list.
-
functionget_page_link()
Retrieves the permalink for the current page or page ID.
-
functionget_page_of_comment()
Calculates what page number a comment will appear on for comment paging.
-
functionget_page_statuses()
Retrieves all of the WordPress support page statuses.
-
functionget_page_template()
Retrieves path of page template in current or parent template.