wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



edit_post_link › Filtr WordPress Hooks

Od2.3.0
Przestarzałyn/a
apply_filters( 'edit_post_link', $link, $post->ID, $text )
Parametry: (3)
  • (string) $link Anchor tag for the edit link.
    Wymagane: Tak
  • (int) $post_id Post ID.
    Wymagane: Tak
  • (string) $text Anchor text.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the post edit link anchor tag.





Źródło

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