Functions
-
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.
-
functionget_page_templates()
Gets the page templates available in this theme.
-
functionget_page_template_slug()
Gets the specific template filename for a given post.
-
functionget_page_uri()
Builds the URI path for a page.
-
functionget_parent_post_rel_link()
Get parent post relational link.
-
functionget_parent_theme_file_path()
Retrieves the path of a file in the parent theme.
-
functionget_parent_theme_file_uri()
Retrieves the URL of a file in the parent theme.
-
functionget_password_reset_key()
Creates, stores, then returns a password reset key for user.
-
functionget_pending_comments_num()
Gets the number of pending comments on a post or posts.
-
functionget_permalink()
Retrieves the full permalink for the current post or post ID.
-
functionget_plugins()
Checks the plugins directory and retrieve all plugin files with plugin data.
-
functionget_plugin_data()
Parses the plugin contents to retrieve plugin’s metadata.
-
functionget_plugin_files()
Gets a list of a plugin’s files.
-
functionget_plugin_page_hook()
Gets the hook attached to the administrative page of a plugin.
-
functionget_plugin_page_hookname()
Gets the hook name for the administrative page of a plugin.
-
functionget_plugin_updates()
Retrieves plugins with updates available.
-
functionget_post()
Retrieves post data given a post ID or post object.
-
functionget_postdata()
Retrieves all post data for a given post.
-
functionget_posts()
Retrieves an array of the latest posts, or posts matching the given criteria.
-
functionget_posts_by_author_sql()
Retrieves the post SQL based on capability, author, and type.
-
functionget_posts_nav_link()
Retrieves the post pages link navigation for previous and next pages.
-
functionget_post_ancestors()
Retrieves the IDs of the ancestors of a post.
-
functionget_post_class()
Retrieves an array of the class names for the post container element.
-
functionget_post_comments_feed_link()
Retrieves the permalink for the post comments feed.