bulk_edit_custom_box

bulk_edit_custom_box

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('bulk_edit_custom_box') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 2065
    2061
    2062
    2063
    2064
    2065
    2066
    2067
    2068
    2069
    2070
    2071
         *
         * @param string $column_name Name of the column to edit.
         * @param string $post_type   The post type slug.
         */
        do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type );
    } else {
     
        /**
         * Fires once for each column in Quick Edit mode.
         *
         * @since 2.7.0

See this hook used in plugins: