Changes between Initial Version and Version 1 of Ticket #34715, comment 4
- Timestamp:
- 11/19/2015 03:17:42 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34715, comment 4
initial v1 1 Tested with untrashing a published custom post type, and the `transition_post_status` hook fires as expected with `publish` and `trash` as the `$new_status` and `$old_status` parameters as expected.1 Tested with untrashing a published custom post type, and the `transition_post_status` hook fires as expected with `publish` and `trash` as the `$new_status` and `$old_status` parameters respectively. 2 2 3 3 The `wp_transition_post_status()` function is called for all post types except attachments: https://core.trac.wordpress.org/browser/tags/4.3.1/src/wp-includes/post.php#L3517