Used By
Used By | Description |
---|---|
wp-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::column_default() | Handles the default column output. |
Fires in each custom column on the Posts list table.
This hook only fires if the current post type is hierarchical, such as pages.
(string) The name of the column to display.
(int) The current post ID.
Combined with the manage_pages_columns filter, this allows you to add or remove (unset) custom columns to the list page pages. Note that if you are using custom post types and it has ‘hierarchical
‘ => true
, then you will need to use this action hook and not manage_$post_type_posts_custom_column.
Version | Description |
---|---|
2.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_pages_custom_column