manage_posts_custom_column

manage_posts_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_posts_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 1385
    1381
    1382
    1383
    1384
    1385
    1386
    1387
    1388
    1389
    1390
    1391
         *
         * @param string $column_name The name of the column to display.
         * @param int    $post_id     The current post ID.
         */
        do_action( 'manage_posts_custom_column', $column_name, $post->ID );
    }
     
    /**
     * Fires for each custom column of a specific post type in the Posts list table.
     *
     * The dynamic portion of the hook name, `$post->post_type`, refers to the post type.

See this hook used in plugins:

Examples using manage_posts_custom_column