1,025 results found for “posts”. Showing results 751 to 775.
-
hooktag_feed_link
Filters the post tag feed link.
-
functionget_post_type_archive_link()
Retrieves the permalink for a post type archive.
-
Filters the post type archive permalink.
-
Filters the most recent time that a post on the site was modified.
-
function_get_last_post_time()
Gets the timestamp of the last time any post was modified or published.
-
functionclean_post_cache()
Will clean the post in the cache.
-
hookclean_post_cache
Fires immediately after the given post’s cache is cleaned.
-
functionupdate_postmeta_cache()
Updates metadata cache for a list of post IDs.
-
function_transition_post_status()
Hook for managing future post transitions to published.
-
Fires when a post’s status is transitioned from private to published.
-
function_future_post_hook()
Hook used to schedule publication for a post marked for the future.
-
function_publish_post_hook()
Hook to schedule pings and enclosures when a post is published.
-
functionwp_get_post_parent_id()
Returns the ID of the post’s parent.
-
Checks the given subset of the post hierarchy for hierarchy loops.
-
functiondelete_post_thumbnail()
Removes the thumbnail (featured image) from the given post.
-
functionwp_delete_auto_drafts()
Deletes auto-drafts for new posts that are > 7 days old.
-
Updates the custom taxonomies’ term counts when a post’s status is changed.
-
function_prime_post_caches()
Adds any posts from the given IDs to the cache that do not already exist in cache.
-
methodWP_Post::filter()
Applies the provided context filter for the current post.