PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
← All changes | templates/modules/countdown-timer/single-product.php +4 -0 1.9.102.3.2 View file →
@@ -10,8 +10,12 @@
10 10 if ( ! defined( 'ABSPATH' ) ) {
11 11 exit; // Exit if accessed directly
12 12 }
13 13
14 +if ( empty( $args ) ) {
15 + return;
16 +}
17 +
14 18 $theme = $args['theme'] ?? 'classic';
15 19 $align = $args['sale_ending_alignment'] ?? 'left';
16 20
17 21 $min_expiration_deadline_days = (int) ( $args['min_expiration_deadline_days'] ?? 0 );