Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active November 28, 2022 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeykuzmich/e0674add87057e24ad977cd3cc9a8c9a to your computer and use it in GitHub Desktop.
Save sergeykuzmich/e0674add87057e24ad977cd3cc9a8c9a to your computer and use it in GitHub Desktop.
WordPress Configuration
<?php
define( 'WP_HTTP_BLOCK_EXTERNAL', true );
define( 'WP_ACCESSIBLE_HOSTS', 'api.wordpress.org, *.github.com, www.trusteddomain.com' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment