do_action( 'bp_activity_before_action_spam_activity', int $activity_id, object $activity )

Fires before the marking activity as spam so plugins can modify things if they want to.


Parameters Parameters

$activity_id

(int) Activity ID to be marked as spam.

$activity

(object) Activity object for the ID to be marked as spam.


Source Source

File: bp-activity/actions/spam.php

View on Trac



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.