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



comment_url › Filtr WordPress Hooks

Od4.1.0
Przestarzałyn/a
apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID )
Parametry: (2)
  • (string) $comment_author_url The comment author's URL.
    Wymagane: Tak
  • (string) $comment_id The comment ID as a numeric string.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the comment author's URL for display.





Źródło

echo apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID );