Created
March 29, 2016 08:15
-
-
Save qutek/408a8bd827202b4bb720 to your computer and use it in GitHub Desktop.
[Wordpress] Prevent error and slow loading (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) normally on local development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// add this line on wp-config.php | |
define( 'WP_HTTP_BLOCK_EXTERNAL', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment