do_action( 'bp_blogs_remove_post', int $blog_id, int $post_id, int $user_id )

Fires after removal of a blog post activity item from the activity stream.


Description Description


Parameters Parameters

$blog_id

ID of the blog associated with the post that was removed.

$post_id

ID of the post that was removed.

$user_id

ID of the user having the blog removed for.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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