apply_filters( ‘bulk_action_observer_ids’, array $bulk_action_observer_ids )

In this article

Filters the array of field name attributes for bulk actions.

Parameters

$bulk_action_observer_idsarray
An array of field name attributes for bulk actions.
  • bulk_action string
    The bulk action field name. Default 'action'.
  • changeit string
    The new role field name. Default 'new_role'.

Source

apply_filters( 'bulk_action_observer_ids', $bulk_action_observer_ids )

Changelog

VersionDescription
6.8.1Introduced.

User Contributed Notes

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