How to remove "Catalouqe Visibilty" option in vendor product manage?

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate How to remove "Catalouqe Visibilty" option in vendor product manage?

Viewing 2 reply threads
  • Author
    Posts
    • #60605
      djks74
      Participant

      Dear WCFM,
      Could you please help me how to remove this “cataloque visibilitu” and the dropdown menu under it?

      Pic shown as here need remove : https://ibb.co/r4bcxp2

      Many Thanks.

    • #60606
      djks74
      Participant

      Ok, found it! 🙂

      add_filter( ‘wcfm_is_allow_products_manage_visibility’, ‘__return_false’ );

      add_filter( ‘product_simple_fields_visibility’, ‘__return_false’ );

      Now I learned! 🙂

    • #60732
      WCFM Forum
      Keymaster

      Hi,

      That’s really great, you are right.

      Require this –

      add_filter( 'wcfm_is_allow_products_manage_visibility', '__return_false' );

      Thank You

Viewing 2 reply threads
  • The topic ‘How to remove "Catalouqe Visibilty" option in vendor product manage?’ is closed to new replies.