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



comment_author_link_rel › Filtr WordPress Hooks

Od6.2.0
Przestarzałyn/a
apply_filters( 'comment_author_link_rel', $rel_parts, $comment )
Parametry: (2)
  • (string[]) $rel_parts An array of strings representing the rel tags which will be joined into the anchor's rel attribute.
    Wymagane: Tak
  • (WP_Comment) $comment The comment object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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