skip to Main Content

WordPress Code Snippets


Remove Unwanted Menu Items from My Account

Make your WooCommerce My Account page easier to navigate by removing unnecessary menu items. This simple tweak helps customers focus on what really matters and improves their overall experience!

// Remove menu items from My Account page
add_filter( 'woocommerce_account_menu_items', 'codebykp_remove_my_account_links' );
function codebykp_remove_my_account_links( $items ) {
    unset( $items['downloads'] ); // Remove Downloads
    unset( $items['addresses'] ); // Remove Addresses
    return $items;
}

I’m a WordPress developer with 10+ years of experience in WooCommerce and custom plugins. I combine technical expertise with design flair to help you create standout, user-friendly websites. Let’s transform your digital presence!

Best WordPress Hosting
Back To Top
Search