Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 07c615e

Browse files
dmessingthabofletcher
authored andcommitted
added homepage API default
1 parent 3c65d02 commit 07c615e

File tree

1 file changed

+2
-2
lines changed
  • wp/wp-content/plugins/TcApi-hookup/includes

1 file changed

+2
-2
lines changed

wp/wp-content/plugins/TcApi-hookup/includes/public.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ function tcapi_get_activitySummary($atts, $key = "") {
402402
$response = wp_remote_get($url, $args);
403403

404404
if (is_wp_error($response) || !isset ( $response ['body'] )) {
405-
return $key == "memberCount" ? "860,000+" : "Error in processing";
405+
return $key == "memberCount" ? "860,000+" : "$30,000+";
406406
}
407407
if ($response ['response'] ['code'] == 200) {
408408
$activity = json_decode($response ['body']);
@@ -412,7 +412,7 @@ function tcapi_get_activitySummary($atts, $key = "") {
412412
}
413413
return $activity;
414414
}
415-
return $key == "memberCount" ? "860,000+" : "Error in processing request";
415+
return $key == "memberCount" ? "860,000+" : "$30,000+";
416416
}
417417

418418

0 commit comments

Comments
 (0)