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



get_edit_post_link › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'get_edit_post_link', $link, $post->ID, $context )
Parameter: (3)
  • (string) $link The edit link.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
  • (string) $context The link context. If set to 'display' then ampersands are encoded.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post edit link.





Quellcode

return apply_filters( 'get_edit_post_link', $link, $post->ID, $context );