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.


Top ↑

Parameters Parameters

$post

(WP_Post) Post data.


Source Source

File: bp-activity/bp-activity-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.