apply_filters( 'press_this_save_redirect', string $url , int $post_id , string $status )
Filters the URL to redirect to when Press This saves.
Parameters Parameters
- $url
-
(string) Redirect URL. If
$status
is 'publish', this will be the post permalink. Otherwise, the default is false resulting in no redirect. - $post_id
-
(int) Post ID.
- $status
-
(string) Post status.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |