do_action( 'bp_activity_admin_action_after', array $value, string $redirect_to, array $activity_ids )

Fires before redirect for plugins to do something with activity.


Description Description

Passes an activity array counts how many were spam, not spam, deleted, and IDs that were errors.


Parameters Parameters

$value

Array holding spam, not spam, deleted counts, error IDs.

$redirect_to

URL to redirect to.

$activity_ids

Original array of activity IDs.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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