bp_media_activity_comments_update_media_meta( $comment_id, $r, $activity )
Update media for activity comment
Description
Parameters
- $comment_id
-
(Required)
- $r
-
(Required)
- $activity
-
(Required)
Return
(bool)
Source
File: bp-media/bp-media-filters.php
function bp_media_activity_comments_update_media_meta( $comment_id, $r, $activity ) { global $bp_new_activity_comment; $bp_new_activity_comment = $comment_id; bp_media_update_activity_media_meta( false, false, $comment_id ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.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.