wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_edit_post_link › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( 'get_edit_post_link', $link, $post->ID, $context )
Paramètres: (3)
  • (string) $link The edit link.
    Requis: Oui
  • (int) $post_id Post ID.
    Requis: Oui
  • (string) $context The link context. If set to 'display' then ampersands are encoded.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the post edit link.





Source

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