Advertisement
verygoodplugins

Untitled

Aug 2nd, 2024
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. function remove_wpf_settings_from_coupons() {
  2.     remove_filter( 'woocommerce_coupon_data_tabs', array( wp_fusion()->integrations->woocommerce, 'coupon_tabs' ) );
  3. }
  4.  
  5. add_action( 'wp_fusion_init', 'remove_wpf_settings_from_coupons' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement