Remove a registered script.
3603
Continue readingRemove user and optionally reassign posts and links to another user.If the $reassign parameter is not assigned to an User ID, then all posts will be deleted of that user. The action ‘delete_user’ that is passed the User ID being deleted will be run after the posts are either reassigned or deleted. The user meta will also be deleted that are for that User ID.
3601
Continue readingRemoves a term from the database.If the term is a parent of other terms, then the children will be updated to that term’s parent.
3599
Continue readingDeletes a revision.Deletes the row from the posts table corresponding to the specified revision.
3597
Continue reading
wp_delete_post
Trashes or deletes a post or page.When the post and page is permanently deleted, everything that is tied to it is deleted also. This includes comments, post meta fields, and terms associated with the post.
3595
Continue reading →