PluginProbe
Passster – Password Protect Pages and Content / 4.3.16
Passster – Password Protect Pages and Content v4.3.16
4.3.16 4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 All 48 releases
← All changes | inc/freemius/config.php +4 -0 4.2.124.3.16 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 );