Remove "Followers List" in Dashboard and email column from "Following"

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 Remove "Followers List" in Dashboard and email column from "Following"

Viewing 3 reply threads
  • Author
    Posts
    • #25964
      puntocomweb
      Participant

      Hello,
      I tried this code but it does not work.

      add_filter( ‘wcfm_is_allow_followers_list’, ‘__return_false’ );

    • #25965
      WCFM Forum
      Keymaster

      Hi,

      Kindly add this code –

      add_filter( 'wcfm_is_allow_followers', '__return_false' );

      For remove email column add this –

      add_filter( 'wcfm_is_allow_followings_email', '__return_false' );

      But this last filter will work only after next update.

      Thank You

    • #25969
      puntocomweb
      Participant

      OK perfect.
      You are always very quick with assistance.

      You are the top. 😉

    • #25970
      WCFM Forum
      Keymaster

      You are welcome 🙂

      If you ever get a chance then add a review for us – https://wordpress.org/support/plugin/wc-frontend-manager/reviews/

      Thank You

Viewing 3 reply threads
  • The topic ‘Remove "Followers List" in Dashboard and email column from "Following"’ is closed to new replies.