apply_filters( 'bp_activity_comment_content', string $content, string $context )

Filters the content of the current activity comment.


Description Description


Parameters Parameters

$content

The content of the current activity comment.

$context

This filter's context ("get").


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Added $context parameter to disambiguate from bp_get_activity_comment_content().
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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