-
-
Save bhubbard/72bd34609a4d15488b7b to your computer and use it in GitHub Desktop.
How to find your CDN url in WordPress on WPEngine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (class_exists('WpeCommon')){ | |
$wpe_common = new WpeCommon(); | |
$cdn_url = $wpe_common->get_cdn_domain($wpe_netdna_domains,get_bloginfo( 'url' ) ); | |
} | |
var_dump($cdn_url); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment