Delete meta data by meta ID
15965
Continue readingCreate Term and Taxonomy Relationships.Relates an object (post, link etc) to a term and taxonomy type. Creates the term and taxonomy relationship if it doesn’t already exist. Creates a term if it doesn’t exist (using the slug).
4107
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 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 →