Using WordPress ‘get_post_types_by_support()’ PHP function Written by Adrian Gordon WordPress Retrieves a list of post type names that support a specific feature.
Using WordPress ‘get_post_type()’ PHP function Written by Adrian Gordon WordPress Retrieves the post type of the current post or of a given post.
Using WordPress ‘get_post_timestamp()’ PHP function Written by Adrian Gordon WordPress Retrieves post published or modified time as a Unix timestamp.
Using WordPress ‘get_post_field()’ PHP function Written by Adrian Gordon WordPress Retrieves data from a post field based on Post ID.
Using WordPress ‘get_post_permalink()’ PHP function Written by Adrian Gordon WordPress Retrieves the permalink for a post of a custom post type.
Using WordPress ‘get_post_modified_time()’ PHP function Written by Adrian Gordon WordPress Retrieves the time at which the post was last modified.
Using WordPress ‘get_post_galleries_images()’ PHP function Written by Adrian Gordon WordPress Retrieves the image srcs from galleries from a post’s content, if present.
Using WordPress ‘get_post_mime_type()’ PHP function Written by Adrian Gordon WordPress Retrieves the mime type of an attachment based on the ID.
Using WordPress ‘get_post_gallery_images()’ PHP function Written by Adrian Gordon WordPress Checks a post’s content for galleries and return the image srcs for the first found gallery.