wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



manage_posts_custom_column › WordPress Action Hooks

Da1.5.0
Deprecaton/a
do_action( 'manage_posts_custom_column', $column_name, $post->ID )
Parametri: (2)
  • (string) $column_name The name of the column to display.
    Richiesto:
  • (int) $post_id The current post ID.
    Richiesto:
Definito a:
Codex:

Fires in each custom column in the Posts list table.

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





Sorgenti

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