Uses
Uses | Description |
---|---|
wp-includes/post.php: wp_delete_post() | Trash or delete a post or page. |
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/wp-db.php: wpdb::get_results() | Retrieves an entire SQL result set from the database (i.e., many rows). |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/comment.php: wp_delete_comment() | Trashes or deletes a comment. |
wp-includes/comment.php: delete_comment_meta() | Remove metadata matching criteria from a comment. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |