wordpress get site url

Sure! Here is the response:

To get the site URL in WordPress, you can use the following code:

<?php echo site_url(); ?>

This code retrieves the URL of the current site and displays it on the page. It is a simple and straightforward way to get the site URL in WordPress.