How to remove Addresses from Dashboard?

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Best Multi Vendor Marketplace Plugin for WordPress Forums WC Marketplace How to remove Addresses from Dashboard?

Viewing 2 reply threads
  • Author
    Posts
    • #71747
      Irena Trajkovska
      Participant

      Hi,

      I don’t need Addresses from Dashboard (see photo). How can I remove this tab?

      Thank you,
      I.

      Attachments:
      You must be logged in to view attached files.
    • #72252
      WCFM Forum
      Member

      Hi,

      Please add this code to your child theme’s functions.php –

      add_filter( 'woocommerce_account_menu_items', function( $tabs ) {
      	if( isset( $tabs['edit-address'] ) ) unset( $tabs['edit-address'] );
      	return $tabs;
      }, 250 );

      Thank You

    • #72509
      Irena Trajkovska
      Participant

      Thanks guys!

Viewing 2 reply threads
  • The topic ‘How to remove Addresses from Dashboard?’ is closed to new replies.