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



page_link › Les Filtres WordPress

Depuis1.5.0
Dépréciéen/a
apply_filters( 'page_link', $link, $post->ID, $sample )
Paramètres: (3)
  • (string) $link The page's permalink.
    Requis: Oui
  • (int) $post_id The ID of the page.
    Requis: Oui
  • (bool) $sample Is it a sample permalink.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the permalink for a page.





Source

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