For our customization want to get site URL in WordPress programmatically then use the following code. Here $url returns the site URL of a WordPress.
$url = site_url(); echo $url;
Have any doubt, then comment here!
WordPress/PHP Developer Chennai
For our customization want to get site URL in WordPress programmatically then use the following code. Here $url returns the site URL of a WordPress.
$url = site_url(); echo $url;
Have any doubt, then comment here!