wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_comment_author_url_link › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'get_comment_author_url_link', $comment_author_url_link )
Parameter:
  • (string) $comment_author_url_link The HTML-formatted comment author URL link.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment author's returned URL link.





Quellcode

return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );