handle_bulk_actions-{$screen}
apply_filters( “handle_bulk_actions-{$screen}”, string $sendback , string $doaction , array $items )
筛选器挂钩:在应处理自定义批量操作时激发。
Filter Hook: Fires when a custom bulk action should be handled.
说明(Description)
重定向链接应该修改为来自要用于向用户显示反馈的操作的成功或失败反馈。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$sendback | (string) | 重定向URL。 |
$doaction | (string) | 正在采取的行动。 |
$items | (array) | 要对其执行操作的项。接受帖子、评论、术语、链接、插件、附件或用户的id数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-admin/edit.php:202 | 0 | 0 |
handle_bulk_actions-{$screen} 为WP2原创文章,链接:https://www.wp2.cn/hook/handle_bulk_actions-screen/