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



get_comment_id › Filtr WordPress Hooks

Od4.1.0
Przestarzałyn/a
apply_filters( 'get_comment_ID', $comment_id, $comment )
Parametry: (2)
  • (string) $comment_id The current comment ID as a numeric string.
    Wymagane: Tak
  • (WP_Comment) $comment The comment object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the returned comment ID.





Źródło

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