Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function site_domain_shortcode() { return $_SERVER['HTTP_HOST']; } add_shortcode('site_domain', 'site_domain_shortcode');
Skip to contentWelcome to WordPress. This is your first post. Edit or delete it, then start writing!