1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | add_filter( 'bp_after_has_activities_parse_args', function ( $args ) { $args['action'] = array( 'activity_update', 'activity_comment', 'new_blog_post', 'new_blog_comment', 'bbp_topic_create', 'bbp_reply_create', //'friendship_created' //'created_group' //'joined_group' ); return $args; } ); |
在functions.php中输入上面的代码。