91 results found for “get_post”. Showing results 1 to 25.
-
functionget_post()
Retrieves post data given a post ID or post object.
-
functionget_posts()
Retrieves an array of the latest posts, or posts matching the given criteria.
-
functionget_postdata()
Retrieves all post data for a given post.
-
functionget_post_meta()
Retrieves a post meta field for the given post ID.
-
functionget_post_time()
Retrieves the time at which the post was written.
-
hookget_post_time
Filters the localized time a post was written.
-
functionget_post_type()
Retrieves the post type of the current post or of a given post.
-
hookpre_get_posts
Fires after the query variable object is created, but before the actual query is run.
-
functionget_post_class()
Retrieves an array of the class names for the post container element.
-
functionget_post_field()
Retrieves data from a post field based on Post ID.
-
functionget_post_stati()
Gets a list of post statuses.
-
functionget_post_types()
Gets a list of all registered post type objects.
-
functionget_post_custom()
Retrieves post meta fields, based on post ID.
-
functionget_post_format()
Retrieve the format slug for a post
-
functionget_post_parent()
Retrieves the parent post object for the given post.
-
functionget_post_states()
Retrieves an array of post states from a post.
-
functionget_post_status()
Retrieves the post status based on the post ID.
-
hookget_post_status
Filters the post status.
-
functionget_post_gallery()
Checks a specified post’s content for gallery and, if present, return the first
-
hookget_post_gallery
Filters the first-found post gallery.
-
functionget_post_to_edit()
Gets an existing post and format it for editing.
-
functionwp_get_post_cats()
Retrieves a list of post categories.
-
functionwp_get_post_tags()
Retrieves the tags for a post.
-
functionget_post_datetime()
Retrieves post published or modified time as a `DateTimeImmutable` object instance.
-
functionget_post_statuses()
Retrieves all of the WordPress supported post statuses.