wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



comment_author_link_rel › Les Filtres WordPress

Depuis6.2.0
Dépréciéen/a
apply_filters( 'comment_author_link_rel', $rel_parts, $comment )
Paramètres: (2)
  • (string[]) $rel_parts An array of strings representing the rel tags which will be joined into the anchor's rel attribute.
    Requis: Oui
  • (WP_Comment) $comment The comment object.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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