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中。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$location = apply_filters( "handle_bulk_actions-{$screen}", $location, $wp_list_table->current_action(), $tags ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
$location = apply_filters( "handle_bulk_actions-{$screen}", $location, $wp_list_table->current_action(), $tags ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
$location = apply_filters( "handle_bulk_actions-{$screen}", $location, $wp_list_table->current_action(), $tags ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

常見問題

FAQs
檢視更多 >