PluginProbe
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel / 0.3
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel v0.3
1.7.1 1.7.0 1.6.0 1.5.2 trunk 0.1 0.2.0 0.2.1 0.3 0.3.1 0.3.2 0.3.3 0.3.4 0.4 0.4.1 0.4.2 0.4.3 1.0 1.1 1.2 1.3.1 1.4.0 1.4.1 1.5.0 1.5.1 All 26 releases
← All changes | includes/FlyApi.php +2 -1 1.00.3 View file →
@@ -34,9 +34,9 @@
34 34 *
35 35 * @return string
36 36 */
37 37 protected function get_endpoint() {
38 - return apply_filters( 'flywp_api_endpoint', 'https://app.flywp.com/api/site-api' );
38 + return apply_filters( 'flywp_api_endpoint', 'https://app.flywp.io/api/site-api' );
39 39 }
40 40
41 41 /**
42 42 * Send a GET request to the API.
@@ -89,8 +89,9 @@
89 89 ]
90 90 );
91 91
92 92 if ( is_wp_error( $response ) ) {
93 + // Handle error if needed
93 94 return false;
94 95 }
95 96
96 97 $body = wp_remote_retrieve_body( $response );