bp_blogs_comment_sync_activity_comment, $activity_id, $comment, $activity_args, $activity_post_object
bp_blogs_comment_sync_activity_comment, $activity_id, $comment, $activity_args, $activity_post_object
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_blogs_comment_sync_activity_comment, $activity_id, $comment, $activity_args, $activity_post_object') is found 1 times:
- /bp-blogs/bp-blogs-functions.php line 829
* @param WP_Comment $post_type_comment WP Comment object. * @param array $activity_args Activity comment arguments. * @param object $activity_post_object The post type tracking args object. */ do_action( 'bp_blogs_comment_sync_activity_comment', $activity_id, $comment, $activity_args, $activity_post_object ); } } // Update the blogs last active date bp_blogs_update_blogmeta( $blog_id, 'last_activity', bp_core_current_time() );