wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_comment_id › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'get_comment_ID', $comment_id, $comment )
Parametri: (2)
  • (string) $comment_id The current comment ID as a numeric string.
    Richiesto:
  • (WP_Comment) $comment The comment object.
    Richiesto:
Definito a:
Codex:

Filters the returned comment ID.





Sorgenti

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