manage_{$post->post_type}_posts_custom_column

manage_{$post->post_type}_posts_custom_column

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_{$post->post_type}_posts_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 1403
    1399
    1400
    1401
    1402
    1403
    1404
    1405
    1406
    1407
    1408
    1409
         *
         * @param string $column_name The name of the column to display.
         * @param int    $post_id     The current post ID.
         */
        do_action( "manage_{$post->post_type}_posts_custom_column", $column_name, $post->ID );
    }
     
    /**
     * @global WP_Post $post Global post object.
     *
     * @param int|WP_Post $post