manage_pages_custom_column

manage_pages_custom_column

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_pages_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 1371
    1367
    1368
    1369
    1370
    1371
    1372
    1373
    1374
    1375
    1376
    1377
         *
         * @param string $column_name The name of the column to display.
         * @param int    $post_id     The current post ID.
         */
        do_action( 'manage_pages_custom_column', $column_name, $post->ID );
    } else {
     
        /**
         * Fires in each custom column in the Posts list table.
         *
         * This hook only fires if the current post type is non-hierarchical,

See this hook used in plugins: