bp_nouveau_clear_activity_content_body( integer $content, BP_Activity_Activity $activity )

Clear activity body content

Description

Parameters

$content

(integer) (Required) Activity Content

$activity

(BP_Activity_Activity) (Required) Activity object.

Return

(bool)

Source

File: bp-templates/bp-nouveau/includes/activity/template-tags.php

function bp_nouveau_clear_activity_content_body( $content, $activity ) {
	return false;
}

Changelog

Changelog
Version Description
BuddyBoss 1.4.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.