wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_author_link_rel › WordPress Filter Hooks

Da6.2.0
Deprecaton/a
apply_filters( 'comment_author_link_rel', $rel_parts, $comment )
Parametri: (2)
  • (string[]) $rel_parts An array of strings representing the rel tags which will be joined into the anchor's rel attribute.
    Richiesto:
  • (WP_Comment) $comment The comment object.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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