Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function remove_wpf_settings_from_coupons() {
- remove_filter( 'woocommerce_coupon_data_tabs', array( wp_fusion()->integrations->woocommerce, 'coupon_tabs' ) );
- }
- add_action( 'wp_fusion_init', 'remove_wpf_settings_from_coupons' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement