bp_activity_comment_content, $content, get

bp_activity_comment_content, $content, get

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_comment_content, $content, get') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2502
    		 *
    		 * @param string $content The content of the current activity comment.
    		 * @param string $context This filter's context ("get").
    		 */
    		return apply_filters( 'bp_activity_comment_content', $content, 'get' );
    	}
    
    /**
     * Output the activity comment count.
     *
     * @since 1.2.0