wordpress get the main url

Sure thing! Here is a response:

To get the main URL in Wordpress, you can use the following code:

<?php echo home_url(); ?>

This code retrieves the main URL of the Wordpress site.