PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | freemius/config.php +4 -0 6.5.0 → 8.0.2 View file →
@@ -209,8 +209,12 @@
209 209 if ( ! defined( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST' ) ) {
210 210 define( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST', 'http://sandbox-api.freemius:8080' );
211 211 }
212 212
213 + if ( ! defined( 'WP_FS__API_TIMEOUT' ) ) {
214 + define( 'WP_FS__API_TIMEOUT', 30 );
215 + }
216 +
213 217 // Set API address for local testing.
214 218 if ( ! WP_FS__IS_PRODUCTION_MODE ) {
215 219 if ( ! defined( 'FS_API__ADDRESS' ) ) {
216 220 define( 'FS_API__ADDRESS', WP_FS__API_ADDRESS_LOCALHOST );