Skip to content

Instantly share code, notes, and snippets.

@qutek
Created March 29, 2016 08:15
Show Gist options
  • Save qutek/408a8bd827202b4bb720 to your computer and use it in GitHub Desktop.
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
<?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