wpseek.com
A WordPress-centric search engine for devs and theme authors
manage_{$post->post_type}_posts_custom_column › WordPress Action Hooks
Since3.1.0
Deprecatedn/a
› do_action( "manage_{$post->post_type}_posts_custom_column", $column_name, $post->ID )
| Parameters: (2) |
|
| Defined at: | |
| Codex: |
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. Possible hook names include: - `manage_post_posts_custom_column` - `manage_page_posts_custom_column`Related Functions: get_post_custom_values, get_post_custom, get_post_custom_keys, get_post_type_object