wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



comment_author_link_rel › Hooks de Filtros WordPress

Desde6.2.0
Obsoleton/a
apply_filters( 'comment_author_link_rel', $rel_parts, $comment )
Parâmetros: (2)
  • (string[]) $rel_parts An array of strings representing the rel tags which will be joined into the anchor's rel attribute.
    Required: Yes
  • (WP_Comment) $comment The comment object.
    Required: Yes
Definido em:
Codex:

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





Fonte

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