Uses
Uses | Description |
---|---|
wp-includes/post.php: pre_untrash_post | Filters whether a post untrashing should take place. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post.php: wp_update_post() | Update a post with new post data. |
wp-includes/post.php: wp_untrash_post_comments() | Restore comments for a post from the Trash. |
wp-includes/post.php: untrash_post | Fires before a post is restored from the Trash. |
wp-includes/post.php: untrashed_post | Fires after a post is restored from the Trash. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: delete_post_meta() | Deletes a post meta field for the given post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |