From 8c73c5f2f80244865ca6773dcb22ff4c30a97256 Mon Sep 17 00:00:00 2001 From: roykho Date: Mon, 19 Oct 2020 06:47:16 -0700 Subject: [PATCH] Replace jQuery.ready function with recommended way since jQuery 3.0 closes #27945 --- includes/class-wc-shortcodes.php | 2 +- includes/customizer/class-wc-shop-customizer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-wc-shortcodes.php b/includes/class-wc-shortcodes.php index 705b57d3e92..1fdebe7ca35 100644 --- a/includes/class-wc-shortcodes.php +++ b/includes/class-wc-shortcodes.php @@ -565,7 +565,7 @@ class WC_Shortcodes { $single_product = new WP_Query( $args ); ?>