wpseek.com
A WordPress-centric search engine for devs and theme authors



get_comment › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'get_comment', $_comment )
Parameters:
  • (WP_Comment) $_comment Comment data.
    Required: Yes
Defined at:
Codex:

Fires after a comment is retrieved.





Source

$_comment = apply_filters( 'get_comment', $_comment );