bp_nouveau_activity_has_content()

Checks if an activity of the loop has some content.

Description

Return

(bool) True if the activity has some content. False Otherwise.

Source

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

function bp_nouveau_activity_has_content() {
	return bp_activity_has_content() || (bool) has_action( 'bp_activity_entry_content' );
}

Changelog

Changelog
Version Description
BuddyPress 3.0.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.