Home › Forums › Core › Hide transactions menu item
Hi I would like to hide the “Transactions” menu item from the main wallet sidebar
I deleted the endpoint in Woocommerce, but the menu item still displays in the wallet
Please use this code on the theme functions.php file
add_filter('woo_wallet_is_enable_transaction_details', '__return_false');