apply_filters( 'bp_activity_can_comment_reply', bool $can_comment, object $comment )

Filters whether a comment can be made on an activity reply item.


Parameters Parameters

$can_comment

(bool) Status on if activity reply can be commented on.

$comment

(object) Current comment object being checked on.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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