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



edit_comment_link › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( 'edit_comment_link', $link, $comment->comment_ID, $text )
Paramètres: (3)
  • (string) $link Anchor tag for the edit link.
    Requis: Oui
  • (string) $comment_id Comment ID as a numeric string.
    Requis: Oui
  • (string) $text Anchor text.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment edit link anchor tag.





Source

echo $before . apply_filters( 'edit_comment_link', $link, $comment->comment_ID, $text ) . $after;