PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.3.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.3.0
2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 1.8.1 All 42 releases
← All changes | includes/settings/class.php +1 -1 1.3.22.3.0 View file →
@@ -55,9 +55,9 @@
55 55
56 56 // Escape default woocommerce cart page.
57 57 if ( array_key_exists( 'skip_cart_page', $options ) && '1' === $options['skip_cart_page'] ) {
58 58 if ( WC()->cart->cart_contents_count > 0 ) {
59 - echo wc_get_checkout_url();
59 + echo esc_url( wc_get_checkout_url() );
60 60 wp_safe_redirect( wc_get_checkout_url() );
61 61 exit();
62 62 }
63 63 }