handle_bulk_actions-{$screen}

过滤钩子
apply_filters( "handle_bulk_actions-{$screen}", $location, $wp_list_table->current_action()

handle_bulk_actions-{$screen} – 这个动作钩子在WordPress屏幕上进行批量操作时被触发。参数$screen指定了执行批量操作的屏幕的标识符。

此操作记录在wp-admin/edit.php中。

$location = apply_filters( "handle_bulk_actions-{$screen}", $location, $wp_list_table->current_action(), $tags ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

常见问题

FAQs
查看更多 >