Skip to content

Commit

Permalink
PROD-8011 - Check app plugin enable then use app function fetch optio…
Browse files Browse the repository at this point in the history
…ns and send via platform
  • Loading branch information
jitendrabanjara1991 committed Sep 30, 2024
1 parent 5d5e88d commit 2fd9043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bp-core/classes/class-bb-telemetry.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ public function bb_collect_site_data() {
$bb_telemetry_data = bb_telemetry_theme_data( $bb_telemetry_data );
}

if ( function_exists( 'bbapp_telemetry_data' ) ) {
$bb_telemetry_data = bbapp_telemetry_data( $bb_telemetry_data );
}

$result = array(
'uuid' => $this->bb_uuid(),
'data' => $bb_telemetry_data,
Expand Down

0 comments on commit 2fd9043

Please sign in to comment.