Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created May 11, 2016 17:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/74b71dae3adccd2d478c77c5a5dbe00a to your computer and use it in GitHub Desktop.
Save billerickson/74b71dae3adccd2d478c77c5a5dbe00a to your computer and use it in GitHub Desktop.
<?php
/**
* Production URL
*
*/
function prefix_production_url( $url ) {
return 'http://www.billerickson.net';
}
add_filter( 'be_media_from_production_url', 'prefix_production_url' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment