Functions
-
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.
-
functionget_post_custom()
Retrieves post meta fields, based on post ID.
-
functionget_post_custom_keys()
Retrieves meta field names for a post.
-
functionget_post_custom_values()
Retrieves values for a custom post field.
-
functionget_post_datetime()
Retrieves post published or modified time as a `DateTimeImmutable` object instance.
-
functionget_post_field()
Retrieves data from a post field based on Post ID.