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



get_comment_id › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'get_comment_ID', $comment_id, $comment )
Parameter: (2)
  • (string) $comment_id The current comment ID as a numeric string.
    Erforderlich: Ja
  • (WP_Comment) $comment The comment object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the returned comment ID.





Quellcode

return apply_filters( 'get_comment_ID', $comment_id, $comment );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase