File: wp-includes/post.php
-
functionget_post_type_labels()
Builds an object with all post type labels out of a post type object.
-
functiondelete_post_meta()
Deletes a post meta field for the given post ID.
-
Filters the labels of a specific post type.
-
functionget_post_meta()
Retrieves a post meta field for the given post ID.
-
function_get_custom_object_labels()
Builds an object with custom-something object (post type, taxonomy) labels out of a custom-something object
-
functionupdate_post_meta()
Updates a post meta field based on the given post ID.
-
function_add_post_type_submenus()
Adds submenus for post types.
-
functiondelete_post_meta_by_key()
Deletes everything from post meta matching the given meta key.
-
functionadd_post_type_support()
Registers support of certain features for a post type.
-
functionget_post_custom()
Retrieves post meta fields, based on post ID.
-
functionget_post_type_object()
Retrieves a post type object by name.
-
functionget_post_mime_type()
Retrieves the mime type of an attachment based on the ID.
-
functionget_post_types()
Gets a list of all registered post type objects.
-
functionget_post_status()
Retrieves the post status based on the post ID.
-
functionregister_post_type()
Registers a post type.
-
functionget_post_statuses()
Retrieves all of the WordPress supported post statuses.
-
functionget_page_statuses()
Retrieves all of the WordPress support page statuses.
-
functionregister_post_status()
Registers a post status. Do not use before init.
-
functionget_post_status_object()
Retrieves a post status object by name.
-
Filters the relative path to an uploaded file.
-
functionget_post_stati()
Gets a list of post statuses.
-
functionget_extended()
Gets extended entry info ().
-
functionis_post_type_hierarchical()
Determines whether the post type is hierarchical.
-
functionget_post()
Retrieves post data given a post ID or post object.
-
functionpost_type_exists()
Determines whether a post type is registered.
-
functionget_post_ancestors()
Retrieves the IDs of the ancestors of a post.
-
functionget_post_type()
Retrieves the post type of the current post or of a given post.
-
functionget_post_field()
Retrieves data from a post field based on Post ID.
-
functioncreate_initial_post_types()
Creates the initial post types when ‘init’ action is fired.
-
functionget_attached_file()
Retrieves attached file path based on attachment ID.