wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_comment_id › Les Filtres WordPress

Depuis4.1.0
Dépréciéen/a
apply_filters( 'get_comment_ID', $comment_id, $comment )
Paramètres: (2)
  • (string) $comment_id The current comment ID as a numeric string.
    Requis: Oui
  • (WP_Comment) $comment The comment object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the returned comment ID.





Source

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