/** Define WordPress.com API Key */ define( ‘WPCOM_API_KEY’, ‘your-key’ );
multisite
Nginx Proxy_Pass for WordPress Multisite
For a single VVV site pulling images from its live counterpart , this works great. It will pull images and other files from a live site to display in your dev env. # Directives to send expires headers and turn off 404 error logging. location ~* .(js|css|png|jpg|jpeg|gif|ico|mp3|mov|tif|tiff|swf|txt|html)$ { expires 24h; log_not_found off; try_files $uri $uri/ […]
How to Change WordPress Multisite Domain Name
http://halfelf.org/2014/changing-domain-name-multisite/ which referenced this, as well https://github.com/interconnectit/Search-Replace-DB