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



manage_comments_custom_column › WordPress Action Hooks

Da2.8.0
Deprecaton/a
do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID )
Parametri: (2)
  • (string) $column_name The custom column's name.
    Richiesto:
  • (string) $comment_id The comment ID as a numeric string.
    Richiesto:
Definito a:
Codex:

Fires when the default column output is displayed for a single row.





Sorgenti

do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID );