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



redirect_post_location › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'redirect_post_location', $location, $post_id )
Parameter: (2)
  • (string) $location The destination URL.
    Erforderlich: Ja
  • (int) $post_id The post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post redirect destination URL.





Quellcode

wp_redirect( apply_filters( 'redirect_post_location', $location, $post_id ) );