wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



edit_post_link › Hooks de Filtros WordPress

Desde2.3.0
Obsoleton/a
apply_filters( 'edit_post_link', $link, $post->ID, $text )
Parâmetros: (3)
  • (string) $link Anchor tag for the edit link.
    Required: Yes
  • (int) $post_id Post ID.
    Required: Yes
  • (string) $text Anchor text.
    Required: Yes
Definido em:
Codex:

Filters the post edit link anchor tag.





Fonte

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