wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



page_link › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'page_link', $link, $post->ID, $sample )
Parameter: (3)
  • (string) $link The page's permalink.
    Erforderlich: Ja
  • (int) $post_id The ID of the page.
    Erforderlich: Ja
  • (bool) $sample Is it a sample permalink.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the permalink for a page.





Quellcode

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