apply_filters( "bulk_actions-{$this->screen->id}", string[] $actions )

Filters the list table Bulk Actions drop-down.


Description Description

The dynamic portion of the hook name, $this->screen->id, refers to the ID of the current screen, usually a string.

This filter can currently only be used to remove bulk actions.


Parameters Parameters

$actions

(string[]) An array of the available bulk actions.


Top ↑

Source Source

File: wp-admin/includes/class-wp-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.