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



comment_author_link_rel › WordPress Filter Hooks

Seit6.2.0
Veraltetn/v
apply_filters( 'comment_author_link_rel', $rel_parts, $comment )
Parameter: (2)
  • (string[]) $rel_parts An array of strings representing the rel tags which will be joined into the anchor's rel attribute.
    Erforderlich: Ja
  • (WP_Comment) $comment The comment object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the rel attributes of the comment author's link.





Quellcode

$rel_parts = apply_filters( 'comment_author_link_rel', $rel_parts, $comment );