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



post_link › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'post_link', $permalink, $post, $leavename )
Parameter: (3)
  • (string) $permalink The post's permalink.
    Erforderlich: Ja
  • (WP_Post) $post The post in question.
    Erforderlich: Ja
  • (bool) $leavename Whether to keep the post name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the permalink for a post.

Only applies to posts with post_type of 'post'.





Quellcode

return apply_filters( 'post_link', $permalink, $post, $leavename );