Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Forked from pwenzel/wpengine_cdn_url.php
Last active August 29, 2015 14:26
Show Gist options
  • Save bhubbard/24b693c56fdd70e563a6 to your computer and use it in GitHub Desktop.
Save bhubbard/24b693c56fdd70e563a6 to your computer and use it in GitHub Desktop.
Get WPEngine CDN URL for your blog.
<?php
if (class_exists('WpeCommon')){
$wpe_common = new WpeCommon();
$cdn_url = $wpe_common->get_cdn_domain($wpe_netdna_domains,get_bloginfo( 'url' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment