Hide visit number on 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 WCFM Hide visit number on dashboard

Viewing 3 reply threads
  • Author
    Posts
    • #29295
      Flore
      Guest

      Hello,

      Is it possible to hide visit number graph (.wcfm_dashboard_wc_status_data class) but to keep sell by product graph (.wcfm_dashboard_wc_status_graph class) ?
      When I do by css a display:none on “wcfm_dashboard_wc_status_data” class it appears that dashboard crashed. I was suprised that css do that, so I tried I tried 3 times.
      I would like to hide this graph as I am using a WP Job Manager theme, I do not use vendors shop, vendors have listings on my site, and I hide product page and shop page. So this visit number graph will always be with 0 view.

      Thank you for your help,
      Flore

    • #29317
      WCFM Forum
      Member

      Hi,

      CSS will not work here. Please add this line of code in child theme functions.php –

      add_filter( 'wcfm_is_allow_analytics', '__retrun_false' ) ;

      Thank You

    • #29319
      Flore
      Guest

      Thank you so much ! It is working 🙂

      Have a nice day,
      Flore

    • #29321
      WCFM Forum
      Member

      Great, you are welcome 🙂

Viewing 3 reply threads
  • The topic ‘Hide visit number on dashboard’ is closed to new replies.