Uses
Uses | Description |
---|---|
wp-includes/plugin.php: remove_action() | Removes a function from a specified action hook. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/post.php: wp_delete_post() | Trash or delete a post or page. |
wp-includes/post.php: wp_trash_post() | Move a post or page to the Trash |
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. |
wp-includes/post.php: get_post_status() | Retrieve the post status based on the post ID. |