define('CDN_URL', 'https://cdn.mysite.com');
-
Hello there,
Firstly, thank you for releasing such a great plugin for free.
I was wondering whether it would be possible to add the ability to set the CDN URL in a define() statement in wp-config.php that would override the option set in wp-admin.
e.g.
define(‘CDN_URL’, ‘https://cdn.mysite.com’);This would save having to make database changes between environments where you might be using different domains for your CDN.
e.g.
cdn.staging.mysite.com
cdn.mysite.comLet me know your thoughts.
Kind regards,
Mike
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘define('CDN_URL', 'https://cdn.mysite.com');’ is closed to new replies.