|
@@ -47,7 +47,8 @@ if ( have_posts() ) while ( have_posts() ) : the_post();
|
|
|
echo $outer_print_coupon_wrap['start_wrap'];
|
|
|
|
|
|
//Return If Not Passed Expiration Date
|
|
|
- $couponimage = apply_filters( 'cctor_print_image_url' , $coupon_id, 'print_coupon' );
|
|
|
+ $couponimage = apply_filters( 'cctor_print_image_url' , $coupon_id );
|
|
|
+
|
|
|
|
|
|
if ($couponimage) {
|
|
|
|