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