do_action( 'bp_activity_akismet_mark_as_ham', BP_Activity_Activity $activity, string $source )

Fires after marking an activity item has been marked as ham.


Description Description


Parameters Parameters

$activity

Activity object being marked as ham.

$source

Source of the whom marked as ham. Either "by_a_person" (e.g. a person has manually marked the activity as ham) or "by_akismet" (automatically hammed).


Top ↑

Source Source

File: bp-activity/classes/class-bp-akismet.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.