Filters the array of field name attributes for bulk actions.
Parameters
$bulk_action_observer_ids
array- An array of field name attributes for bulk actions.
bulk_action
stringThe bulk action field name. Default'action'
.changeit
stringThe new role field name. Default'new_role'
.
Source
apply_filters( 'bulk_action_observer_ids', $bulk_action_observer_ids )
Changelog
Version | Description |
---|---|
6.8.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.