wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp_untrash_post_status › WordPress Filter Hooks
Seit5.6.0
Veraltetn/v
› apply_filters( 'wp_untrash_post_status', $new_status, $post_id, $previous_status )
| Parameter: (3) |
|
| Definiert in: |
|
| Codex: |
Filters the status that a post gets assigned when it is restored from the trash (untrashed).
By default posts that are restored will be assigned a status of 'draft'. Return the value of `$previous_status` in order to assign the status that the post had before it was trashed. The `wp_untrash_post_set_previous_status()` function is available for this. Prior to WordPress 5.6.0, restored posts were always assigned their original status.Ähnliche Funktionen: wp_transition_post_status, wp_untrash_post, wp_untrash_post_comments, wp_untrash_post_set_previous_status, _transition_post_status, wp_trash_post
Ähnliche Hooks: pre_untrash_post, wp_trash_post, transition_post_status, untrash_post, get_post_status