This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
wp/wp-content/plugins/TcApi-hookup/includes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 " ? "675 ,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 " ? "675 ,000+ " : "Error in processing request " ;
415+ return $ key == "memberCount " ? "860 ,000+ " : "$30,000+ " ;
416416 }
417417
418418
@@ -558,7 +558,7 @@ function tcapi_get_track_statistics($atts, $key = "") {
558558 }
559559
560560 $ response = wp_remote_get ($ url , $ args );
561-
561+
562562 if (is_wp_error ($ response ) || !isset ( $ response ['body ' ] )) {
563563 return "Error in processing " ;
564564 }
You can’t perform that action at this time.
0 commit comments