PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 3.1.1
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v3.1.1
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
← All changes | freemius/config.php +0 -4 trunk3.1.1 View file →
@@ -209,12 +209,8 @@
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 -
217 213 // Set API address for local testing.
218 214 if ( ! WP_FS__IS_PRODUCTION_MODE ) {
219 215 if ( ! defined( 'FS_API__ADDRESS' ) ) {
220 216 define( 'FS_API__ADDRESS', WP_FS__API_ADDRESS_LOCALHOST );