Changeset 2125723
- Timestamp:
- 07/19/2019 10:49:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ws-coupon-woocommerce/trunk/woocommerce/Ws_Woo_Class.php
r2124829 r2125723 4 4 5 5 public static function showPopUp() { 6 if( get_option( 'ws_show_popup' ) == 1 ) {6 if( get_option( 'ws_show_popup' ) == 1 && is_product() ) { 7 7 $coupon = new WC_Coupon( get_option( 'ws_popup_coupon' ) ); 8 8 ob_start(); ?>
Note: See TracChangeset
for help on using the changeset viewer.