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



edit_comment_link › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( 'edit_comment_link', $link, $comment->comment_ID, $text )
Parametri: (3)
  • (string) $link Anchor tag for the edit link.
    Richiesto:
  • (string) $comment_id Comment ID as a numeric string.
    Richiesto:
  • (string) $text Anchor text.
    Richiesto:
Definito a:
Codex:

Filters the comment edit link anchor tag.





Sorgenti

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