1,025 results found for “posts”. Showing results 951 to 975.
-
Filters rewrite rules used for root-level archives.
-
Filters rewrite rules used for “page” post type archives.
-
functioncreate_initial_post_types()
Creates the initial post types when ‘init’ action is fired.
-
functionupdate_attached_file()
Updates attachment file path based on attachment ID.
-
functionget_post_ancestors()
Retrieves the IDs of the ancestors of a post.
-
functionget_post_mime_type()
Retrieves the mime type of an attachment based on the ID.
-
functionget_post_statuses()
Retrieves all of the WordPress supported post statuses.
-
functionregister_post_status()
Registers a post status. Do not use before init.
-
functionget_post_status_object()
Retrieves a post status object by name.
-
functionget_post_stati()
Gets a list of post statuses.
-
functionis_post_type_hierarchical()
Determines whether the post type is hierarchical.
-
functionpost_type_exists()
Determines whether a post type is registered.
-
functionget_post_type_object()
Retrieves a post type object by name.
-
functionget_post_types()
Gets a list of all registered post type objects.
-
functionregister_post_type()
Registers a post type.
-
Fires after a post type is registered.
-
functionget_post_type_capabilities()
Builds an object with all post type capabilities out of a post type object
-
function_post_type_meta_capabilities()
Stores or returns a list of post type meta caps for map_meta_cap().
-
functionget_post_type_labels()
Builds an object with all post type labels out of a post type object.
-
Filters the labels of a specific post type.
-
function_get_custom_object_labels()
Builds an object with custom-something object (post type, taxonomy) labels out of a custom-something object
-
function_add_post_type_submenus()
Adds submenus for post types.
-
functionadd_post_type_support()
Registers support of certain features for a post type.
-
functionremove_post_type_support()
Removes support for a feature from a post type.
-
functionget_all_post_type_supports()
Gets all the post type features