This function has been deprecated. BuddyPress 2.5.0 instead.
bp_blogs_transition_activity_status( string $new_status, string $old_status, object $comment )
When a blog comment status transition occurs, update the relevant activity’s status.
Description
Parameters
- $new_status
-
(Required) New comment status.
- $old_status
-
(Required) Previous comment status.
- $comment
-
(Required) Comment data.
Source
File: bp-core/deprecated/buddypress/2.5.php
function bp_blogs_transition_activity_status( $new_status, $old_status, $comment ) { _deprecated_function( __FUNCTION__, '2.5.0', 'bp_activity_transition_post_type_comment_status()' ); bp_activity_transition_post_type_comment_status( $new_status, $old_status, $comment ); }
Changelog
Version | Description |
---|---|
BuddyPress 2.5.0 | BuddyPress 2.5.0 |
BuddyPress 1.6.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.