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



get_page_link › WordPress Filter Hooks

Da2.1.0
Deprecaton/a
apply_filters( '_get_page_link', $link, $post->ID )
Parametri: (2)
  • (string) $link The page's permalink.
    Richiesto:
  • (int) $post_id The ID of the page.
    Richiesto:
Definito a:
Codex:

Filters the permalink for a non-page_on_front page.





Sorgenti

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