WordPress 获取家庭URL

示例

home_url() 用于检索当前站点的主URL。

<?php echo esc_url( home_url( '/' ) ) ); ?>

输出结果

http://www.example.com