diff --git a/src/Helper/Utils.php b/src/Helper/Utils.php index 628860e1..82ad55f5 100644 --- a/src/Helper/Utils.php +++ b/src/Helper/Utils.php @@ -188,7 +188,7 @@ public static function get_admin_url($path = '') */ public static function get_site_url($path = '') { - return esc_url(get_site_url(null, $path)); + return esc_url(get_home_url(null, $path)); } /**