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



edit_post_link › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'edit_post_link', $link, $post->ID, $text )
Parameter: (3)
  • (string) $link Anchor tag for the edit link.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
  • (string) $text Anchor text.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post edit link anchor tag.





Quellcode

echo $before . apply_filters( 'edit_post_link', $link, $post->ID, $text ) . $after;