wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



manage_comments_custom_column › Działania WordPress Hooks

Od2.8.0
Przestarzałyn/a
do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID )
Parametry: (2)
  • (string) $column_name The custom column's name.
    Wymagane: Tak
  • (string) $comment_id The comment ID as a numeric string.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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