Functions
-
Retrieves the permalink for a post type archive feed.
-
functionget_post_type_archive_link()
Retrieves the permalink for a post type archive.
-
functionget_post_type_archive_template()
Retrieves path of post type archive template in current or parent template.
-
functionget_post_type_capabilities()
Builds an object with all post type capabilities out of a post type object
-
functionget_post_type_labels()
Builds an object with all post type labels out of a post type object.
-
functionget_post_type_object()
Retrieves a post type object by name.
-
functionget_preferred_from_update_core()
Selects the first update version from the update_core option.
-
functionget_preview_post_link()
Retrieves the URL used for the post preview.
-
functionget_previous_comments_link()
Retrieves the link to the previous comments page.
-
functionget_previous_image_link()
Gets the previous image link that has the same post parent.
-
functionget_previous_post()
Retrieves the previous post that is adjacent to the current post.
-
functionget_previous_posts_link()
Retrieves the previous posts page link.
-
functionget_previous_posts_page_link()
Retrieves the previous posts page link.
-
functionget_previous_post_link()
Retrieves the previous post link that is adjacent to the current post.
-
functionget_privacy_policy_template()
Retrieves path of Privacy Policy page template in current or parent template.
-
functionget_privacy_policy_url()
Retrieves the URL to the privacy policy page.
-
functionget_private_posts_cap_sql()
Retrieves the private post SQL based on capability.
-
functionget_profile()
Retrieve user data based on field.
-
functionget_pung()
Retrieves URLs already pinged for a post.
-
functionget_queried_object()
Retrieves the currently queried object.
-
functionget_queried_object_id()
Retrieves the ID of the currently queried object.
-
functionget_query_pagination_arrow()
Helper function that returns the proper pagination arrow HTML for `QueryPaginationNext` and `QueryPaginationPrevious` blocks based on the provided `paginationArrow` from `QueryPagination` context.
-
functionget_query_template()
Retrieves path to a template.
-
functionget_query_var()
Retrieves the value of a query variable in the WP_Query class.
-
functionget_random_header_image()
Gets random header image URL from registered images in theme.
-
functionget_raw_theme_root()
Gets the raw theme root relative to the content directory with no filters applied.
-
functionget_real_file_to_edit()
Get the real filesystem path to a file to edit within the admin.