Filters the post redirect destination URL.
Parameters
$location
string- The destination URL.
$post_id
int- The post ID.
Source
wp_redirect( apply_filters( 'redirect_post_location', $location, $post_id ) );
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.