wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



edit_comment_link › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'edit_comment_link', $link, $comment->comment_ID, $text )
Parameter: (3)
  • (string) $link Anchor tag for the edit link.
    Erforderlich: Ja
  • (string) $comment_id Comment ID as a numeric string.
    Erforderlich: Ja
  • (string) $text Anchor text.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment edit link anchor tag.





Quellcode

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