Home › Forums › Core › How to remove Transactions tab in wallet
Hello,
Please how can I remove or disable the transactions tab in the wallet just like removing the topup tab with
/** * Remove Terawallet topup tab */ add_filter(‘woo_wallet_is_enable_top_up’, ‘__return_false’);
Thanks
add_filter('woo_wallet_is_enable_transaction_details', '__return_false');