wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



manage_comments_custom_column › Les Actions WordPress

Depuis2.8.0
Dépréciéen/a
do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID )
Paramètres: (2)
  • (string) $column_name The custom column's name.
    Requis: Oui
  • (string) $comment_id The comment ID as a numeric string.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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