do_action( "bp_activity_post_type_untrash_{$post->post_type}", WP_Post $post )
Fires if untrashing post in a post type.
Description Description
This is a variable filter that is dependent on the post type being untrashed.
Parameters Parameters
- $post
-
(WP_Post) Post data.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |