PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
← All changes | includes/utils.php +1 -1 3.0.33.1.4 View file →
@@ -10,9 +10,9 @@
10 10
11 11
12 12 public static function get_site_domain()
13 13 {
14 - return str_ireplace('www.', '', parse_url(home_url(), PHP_URL_HOST));
14 + return str_ireplace('www.', '', wp_parse_url(home_url(), PHP_URL_HOST));
15 15 }
16 16
17 17 public static function readable_num($size)
18 18 {