[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 );