Archive | Actions by letter d RSS feed for this section

wp_set_object_terms

Create 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 reading

wp_delete_user

Remove 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 reading