remove filter
-
hi, how to remove this filter
add_filter( ‘woocommerce_coupon_is_valid’, array( $this, ‘ensure_vendor_coupon’ ), 10, 2 );
this is not work!
remove_action( ‘init’, ‘woocommerce_coupon_is_valid’, 10, 2 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘remove filter’ is closed to new replies.