• Resolved nyper

    (@nyper)


    How do I remove the Top up product tab in woocommerce my account?
    site.com/product/wallet-topup/
    i want remove this product in the list of last products

Viewing 1 replies (of 1 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @nyper You can remove wallet top-up option from wallet dashboard page using filter
    add_filter('woo_wallet_is_enable_top_up', '__return_false');
    in theme functions.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘remove topup product’ is closed to new replies.