handle_bulk_actions-{$screen}

最后更新于:2021-11-27 00:33:03

apply_filters( “handle_bulk_actions-{$screen}”, string $sendback, string $doaction, array $items )

Fires when a custom bulk action should be handled.

参数

$sendback

(string)
The redirect URL.

$doaction

(string)
The action being taken.

$items

(array)
The items to take the action on. Accepts an array of IDs of posts, comments, terms, links, plugins, attachments, or users.

源文件

文件: gc-admin/edit.php

View on Trac