Uses
Uses | Description |
---|---|
wp-admin/includes/bookmark.php: deleted_link | Fires after a link has been deleted. |
wp-admin/includes/bookmark.php: delete_link | Fires before a link is deleted. |
wp-includes/taxonomy.php: wp_delete_object_term_relationships() | Will unlink the object from the taxonomy or taxonomies. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/bookmark.php: clean_bookmark_cache() | Deletes the bookmark cache. |
wp-includes/wp-db.php: wpdb::delete() | Deletes a row in the table. |