264 results found for “delete”. Showing results 51 to 75.
-
methodRequests::delete()
Send a DELETE request
-
hookrest_delete_user
Fires immediately after a user is deleted via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:985 -
functionwpmu_delete_blog()
Deletes a site.
-
functionwpmu_delete_user()
Deletes a user and all of their posts from the network.
-
hookwpmu_delete_user
Fires before a user is deleted from the network.
-
Fires after a post is deleted, at the conclusion of wp_delete_post().
-
Fires after a transient is deleted.
-
Fires before an attachment is deleted, at the start of wp_delete_attachment().
-
functionwp_delete_comment()
Trashes or deletes a comment.
-
Fires before a post is deleted, at the start of wp_delete_post().
-
functiondelete_blog_option()
Removes an option by name for a given blog ID. Prevents removal of protected WordPress options.
-
functiondelete_site_option()
Removes an option by name for the current network.
-
Fires after a network option has been deleted.
-
functiondelete_user_option()
Deletes user option with global blog capability.
-
Fires after a term in a specific taxonomy is deleted.
-
Fires when the ‘deleted’ status is removed from a site.
-
functionwp_ajax_delete_tag()
Handles deleting a tag via AJAX.
-
functionwp_delete_category()
Deletes one existing category.
-
functiondelete_comment_meta()
Removes metadata matching criteria from a comment.
-
functiondelete_users_add_js()
-
functiondelete_user_setting()
Deletes user interface settings.
-
Fires after a comment is deleted via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1035