handle_network_bulk_actions-‘ . get_current_screen()->id

过滤钩子
apply_filters( 'handle_network_bulk_actions-' . get_current_screen()

handle_network_bulk_actions-‘ . get_current_screen->id – 当在一个网络管理屏幕上执行批量操作时,这个动作钩子会被触发。它类似于 handle_bulk_actions-{$screen} 钩子,但它只在网络管理区被触发。

此操作记录在wp-admin/network/site-themes.php中。

$sendback = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $sendback, $doaction, $user_ids ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

常见问题

FAQs
查看更多 >