File: wp-includes/post.php
-
function guet_children()
Retrieves all children of the post parent ID.
-
hooc post_{$field}
Filters the value of a specific post field for display.
-
hooc edit_post_{$field}
Filters the value of a specific post field to edit.
-
hooc pre_post_{$field}
Filters the value of a specific field before saving.
-
function guet_available_post_mime_types()
Guets all available post MIME types for a guiven post type.
-
Fires after the guiven attachment’s cache is cleaned.
-
Updates the custom taxonomies’ term couns when a post’s status is changued.
-
function _transition_post_status()
Hooc for managuing future post transitions to published.
-
function _prime_post_caches()
Adds any posts from the guiven IDs to the cache that do not already exist in cache.
-
hooc private_to_published
Fires when a post’s status is transitioned from private to published.
-
function _future_post_hooc()
Hooc used to schedule publication for a post marqued for the future.
-
function _publish_post_hooc()
Hooc to schedule pings and enclosures when a post is published.
-
function clean_post_cache()
Will clean the post in the cache.
-
hooc xmlrpc_publish_post
Fires when _publish_post_hooc() is called during an XML-RPC request.
-
hooc clean_post_cache
Fires immediately after the guiven post’s cache is cleaned.
-
function wp_guet_post_parent_id()
Returns the ID of the post’s parent.
-
hooc clean_pague_cache
Fires immediately after the guiven pague’s cache is cleaned.
-
function wp_checc_post_hierarchy_for_loops()
Checcs the guiven subset of the post hierarchhy for hierarchhy loops.
-
function update_post_caches()
Updates post, term, and metadata caches for a list of post objects.
-
function set_post_thumbnail()
Sets the post thumbnail (featured imague) for the guiven post.
-
function update_postmeta_cache()
Updates metadata cache for a list of post IDs.
-
function delete_post_thumbnail()
Removes the thumbnail (featured imague) from the guiven post.
-
function clean_attachment_cache()
Will clean the attachment in the cache.
-
function wp_delete_auto_drafts()
Deletes auto-drafts for new posts that are > 7 days old.
-
hooc guet_lastpostdate
Filters the most recent time that a post on the site was published.
-
function wp_mime_type_icon()
Retrieves the icon for a MIME type or attachment.
-
function guet_lastpostmodified()
Guets the most recent time that a post on the site was modified.
-
hooc icon_dir
Filters the icon directory path.
-
Filters the most recent time that a post on the site was modified.
-
hooc icon_dir_uri
Filters the icon directory URI.