=== Site URL Shortcode === Requires at least: 4.0 Tested up to: 4.7.4 Stable tag: 1.02 Contributors: robertpbellamy License: Public Domain == Description == Use the [site-url] shortcode anywhere throughout your site in place of the wordpress site url. == Installation == 1. Upload "site-url-shortcode" to the "/wp-content/plugins/" directory. 1. Activate the plugin through the "Plugins" menu in WordPress. 3. Use the [site-url] shortcode in place of the "WordPress Address" specified in General Settings. E.g. use http://[site-url]/path/to/file, https://[site-url]/path/to/file, //[site-url]/path/to/file or just [site-url]/path/to/file in posts, pages, widgets and more. == Changelog == = 1.02 = = Added check so as not to operate on binary files. = 1.01 = = Description update. = 1.0 = * Initial release.