handle_network_bulk_actions-{$screen}

过滤钩子
apply_filters( "handle_network_bulk_actions-{$screen}", $referer, $action, $themes, $id )
参数
  • (string) $redirect_url The redirect URL.
    Required:
  • (string) $action The action being taken.
    Required:
  • (array) $items The items to take the action on.
    Required:
  • (int) $site_id The site ID.
    Required:
定义位置
相关勾子
handle_bulk_actions-screenhandle_network_bulk_actions-get_current_screen-idclean_network_cacheenable_live_network_countsnew_network_admin_email_content
相关方法
add_network_optiondelete_network_optionupdate_network_optionget_network_optionclean_network_cacheget_network_by_path
引入
4.7.0
弃用
-

handle_network_bulk_actions-{$screen} – 这个动作钩子是 handle_network_bulk_actions-‘ .get_current_screen->id 钩子的别名,目的相同。

在应处理自定义批量操作时触发。

重定向链接应使用来自用于向用户显示反馈的操作的成功或失败反馈进行修改。

钩子名称的动态部分$screen引用当前屏幕ID。

$referer = apply_filters( "handle_network_bulk_actions-{$screen}", $referer, $action, $themes, $id ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

常见问题

FAQs
查看更多 >