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



get_comment_author_url › Filtr WordPress Hooks

Od4.1.0
Przestarzałyn/a
apply_filters( 'get_comment_author_url', $comment_author_url, $comment_id, $comment )
Parametry: (3)
  • (string) $comment_author_url The comment author's URL, or an empty string.
    Wymagane: Tak
  • (string|int) $comment_id The comment ID as a numeric string, or 0 if not found.
    Wymagane: Tak
  • (WP_Comment|null) $comment The comment object, or null if not found.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the comment author's URL.





Źródło

return apply_filters( 'get_comment_author_url', $comment_author_url, $comment_id, $comment );