bulk_actions-{$this->screen->id}

最后更新于:2021-11-25 22:30:35

apply_filters( “bulk_actions-{$this->screen->id}”, array $actions )

Filters the items in the bulk actions menu of the list table.

参数

$actions

(array)
An array of the available bulk actions.

源文件

文件: gc-admin/includes/class-gc-list-table.php

View on Trac