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



get_edit_comment_link › WordPress Filter Hooks

Seit6.7.0
Veraltetn/v
apply_filters( 'get_edit_comment_link', $location, $comment_id, $context )
Parameter: (3)
  • (string) $location The edit link.
    Erforderlich: Ja
  • (int) $comment_id Unique ID of the comment to generate an edit link.
    Erforderlich: Ja
  • (string) $context Context to include HTML entities in link. Default 'display'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment edit link.





Quellcode

return apply_filters( 'get_edit_comment_link', $location, $comment_id, $context );