do_action( 'manage_posts_custom_column', string $column_name, int $post_id )

Fires in each custom column in the Posts list table.


Description Description

This hook only fires if the current post type is non-hierarchical, such as posts.


Parameters Parameters

$column_name

(string) The name of the column to display.

$post_id

(int) The current post ID.


Top ↑

Source Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.