PluginProbe
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel / 1.0
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel v1.0
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 +1 -1 0.3.21.0 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.io/api/site-api' );
38 + return apply_filters( 'flywp_api_endpoint', 'https://app.flywp.com/api/site-api' );
39 39 }
40 40
41 41 /**
42 42 * Send a GET request to the API.