/** * Remove Downloads Tab Woocommerce My Accout. */ add_filter( 'woocommerce_account_menu_items', 'custom_remove_downloads_my_account', 999 ); function custom_remove_downloads_my_account( $items ) { unset($items['downloads']); return $items; }
WordPress Tuts on Tap
Founder of RainaStudio. Help businesses and individuals to create and outstand their online presence. Our success rate is measurable. Our blog served all around the world and counting.
Leave a Reply