Reply To: How to disable wallet topup2019-09-20T20:57:10+05:30

Home Forums Core How to disable wallet topup Reply To: How to disable wallet topup

Subrata Mal
Keymaster
Post count: 207

You can disable wallet top-up by adding below code in theme function.php file.

add_filter('woo_wallet_is_enable_top_up', '__return_false');

WhatsApp