diff --git a/wp/wp-content/plugins/TcApi-hookup/includes/public.php b/wp/wp-content/plugins/TcApi-hookup/includes/public.php index 915876a4..a0157ebc 100644 --- a/wp/wp-content/plugins/TcApi-hookup/includes/public.php +++ b/wp/wp-content/plugins/TcApi-hookup/includes/public.php @@ -402,7 +402,7 @@ function tcapi_get_activitySummary($atts, $key = "") { $response = wp_remote_get($url, $args); if (is_wp_error($response) || !isset ( $response ['body'] )) { - return $key == "memberCount" ? "675,000+" : "Error in processing"; + return $key == "memberCount" ? "860,000+" : "$30,000+"; } if ($response ['response'] ['code'] == 200) { $activity = json_decode($response ['body']); @@ -412,7 +412,7 @@ function tcapi_get_activitySummary($atts, $key = "") { } return $activity; } - return $key == "memberCount" ? "675,000+" : "Error in processing request"; + return $key == "memberCount" ? "860,000+" : "$30,000+"; } @@ -558,7 +558,7 @@ function tcapi_get_track_statistics($atts, $key = "") { } $response = wp_remote_get($url, $args); - + if (is_wp_error($response) || !isset ( $response ['body'] )) { return "Error in processing"; }