How could i hide all store vendor page?

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!

Viewing 5 reply threads
  • Author
    Posts
    • #56275
      MOHO
      Participant

      I didn’t want anyone view all store vendor page
      /store/[username]/

      How could i hide them???

    • #56457
      WCFM Forum
      Keymaster

      Hi,

      Please set this OFF from WCFM Admin Setting -> Marketplace Setting – https://ibb.co/H7jYXwD

      Thank You

    • #56494
      MOHO
      Participant
      This reply has been marked as private.
    • #56669
      WCFM Forum
      Keymaster

      Hi,

      Please add this code snippet –

      add_filter( 'wcfmmp_is_store_offline', function( $is_store_offline, $store_ID ) {
      	return true;
      }, 50, 2 );

      Thank You

    • #56685
      MOHO
      Participant

      Hi

      It work now, thanks ^__^

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

      You are welcome 🙂

Viewing 5 reply threads
  • The topic ‘How could i hide all store vendor page?’ is closed to new replies.