wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_pages_custom_column › WordPress Action Hooks

Since2.5.0
Deprecatedn/a
do_action( 'manage_pages_custom_column', $column_name, $post->ID )
Parameters: (2)
  • (string) $column_name The name of the column to display.
    Required: Yes
  • (int) $post_id The current post ID.
    Required: Yes
Defined at:
Codex:

Fires in each custom column on the Posts list table.

This hook only fires if the current post type is hierarchical, such as pages.





Source

do_action( 'manage_pages_custom_column', $column_name, $post->ID );