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



get_page_link › Les Filtres WordPress

Depuis2.1.0
Dépréciéen/a
apply_filters( '_get_page_link', $link, $post->ID )
Paramètres: (2)
  • (string) $link The page's permalink.
    Requis: Oui
  • (int) $post_id The ID of the page.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the permalink for a non-page_on_front page.





Source

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