WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about handle_bulk_actions-

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/edit-comments.php apply_filters 101 /**
* @global wpdb $wpdb WordPress database abstraction object.
*/
wp-admin/plugins.php apply_filters 526 /**
* Plugins administration panel.
*
* @package WordPress
* @subpackage Administration
*/
wp-admin/edit-tags.php apply_filters 207 /**
* $post_type is set when the WP_Terms_List_Table instance is created
*
* @global string $post_type
*/
wp-admin/users.php apply_filters 515 /**
* Fires at the end of the delete users form prior to the confirm button.
*
* @since 4.0.0
* @since 4.5.0 The `$userids` parameter was added.
*
* @param WP_User $current_user WP_User object for the current user.
* @param int[] $userids Array of IDs for users being deleted.
*/
wp-admin/upload.php apply_filters 207 /**
* Media Library administration panel.
*
* @package WordPress
* @subpackage Administration
*/
wp-admin/edit.php apply_filters 222 /**
* Fires when a custom bulk action should be handled.
*
* The redirect link should be modified with success or failure feedback
* from the action to be used to display feedback to the user.
*
* The dynamic portion of the hook name, `$screen`, refers to the current screen ID.
*
* @since 4.7.0
*
* @param string $sendback The redirect URL.
* @param string $doaction The action being taken.
* @param array $items The items to take the action on. Accepts an array of IDs of posts,
* comments, terms, links, plugins, attachments, or users.
*/
wp-admin/link-manager.php apply_filters 38 /**
* Link Management Administration Screen.
*
* @package WordPress
* @subpackage Administration
*/

Hook Parameters

Parameter Type Name Description
string $sendback The redirect URL.
string $doaction The action being taken.
array $items The items to take the action on. Accepts an array of IDs of posts,