bp_activity_post_type_untrash_ . $post->post_type, $post

bp_activity_post_type_untrash_ . $post->post_type, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_activity_post_type_untrash_ . $post->post_type, $post') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 4285
    			 * @since 2.2.0
    			 *
    			 * @param WP_Post $post Post data.
    			 */
    			do_action( 'bp_activity_post_type_untrash_' . $post->post_type, $post );
    		} else {
    			// Record the post.
    			bp_activity_post_type_publish( $post->ID, $post );
    		}
    
    	// Unpublishing a previously published post.