bulk_actions-{$this->screen->id}

bulk_actions-{$this->screen->id}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('bulk_actions-{$this->screen->id}') is found 1 times:

  • /wp-admin/includes/class-wp-list-table.php line 591
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
         * @since 5.6.0 A bulk action can now contain an array of options in order to create an optgroup.
         *
         * @param array $actions An array of the available bulk actions.
         */
        $this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
     
        $two = '';
    } else {
        $two = '2';
    }