do_action( 'bp_activity_post_type_unpublished', array $delete_activity_args, WP_Post $post, bool $activity )

Fires after the unpublishing for the custom post type.


Description Description


Parameters Parameters

$delete_activity_args

Array of arguments for activity deletion.

$post

Post object.

$activity

Whether or not the activity was successfully deleted.


Top ↑

Source Source

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


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.