wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



manage_comments_custom_column › WordPress Action Hooks

Seit2.8.0
Veraltetn/v
do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID )
Parameter: (2)
  • (string) $column_name The custom column's name.
    Erforderlich: Ja
  • (string) $comment_id The comment ID as a numeric string.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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