bp_activity_embed_excerpt( $content = '' )

Outputs excerpt for an activity embed item.


Description Description


Source Source

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

function bp_activity_embed_excerpt( $content = '' ) {
	echo bp_activity_get_embed_excerpt( $content );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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