Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Warning: foreach() argument must be of type array|object, string given in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 813
apply_filters( "bulk_actions-{$this->screen->id}", array $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.
Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Warning: foreach() argument must be of type array|object, string given in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 813
Parameters Parameters
- $actions
-
An array of the available bulk actions.
Source Source
File: classes/ListTable.php
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |