wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_edit_post_link › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( 'get_edit_post_link', $link, $post->ID, $context )
Parametri: (3)
  • (string) $link The edit link.
    Richiesto:
  • (int) $post_id Post ID.
    Richiesto:
  • (string) $context The link context. If set to 'display' then ampersands are encoded.
    Richiesto:
Definito a:
Codex:

Filters the post edit link.





Sorgenti

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