How to delete "Support setup content" from store setup

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 3 reply threads
  • Author
    Posts
    • #78397
      georgeanna
      Participant

      Hello,
      Is it possible to hide “Support setup content” from store setup? I want to skip that part. If so, how can i hide it?

      Thank you.

    • #78998
      WCFM Forum
      Keymaster

      Hi,

      Please add this to your site –

      add_filter( 'wcfm_is_allow_setup_customer_support', '__return_false' );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

    • #79556
      georgeanna
      Participant

      I put it on child theme’s functions.php but not worked

    • #79925
      WCFM Forum
      Keymaster

      Can you pleas add this using this plugin and check once – https://wordpress.org/plugins/code-snippets/

Viewing 3 reply threads
  • You must be logged in to reply to this topic.