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.5.2

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

  • /wp-admin/includes/class-wp-list-table.php line 585
    			 * @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';
    		}