Add new 'Support' category

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
    • #78730
      kaloomee
      Participant

      Hi

      Can you please tell me how to add a new category to the support categories
      Currently –
      general + Suggestion + Delivery etc
      I would like to add new categories
      GDPR
      Subscriptions

      Thank you
      Kaloomee

    • #79153
      WCFM Forum
      Keymaster

      Hi,

      Please add this code to your site –

      add_filter( 'wcfm_support_categories', function( $support_categories ) {
      	$support_categories[5] = 'GDPR';
      	$support_categories[6] = 'Subscription';
      	$support_categories[7] = 'Other';
      	return $support_categories;
      });

      Thank You

    • #79209
      kaloomee
      Participant

      Thank you

      Works perfectly

    • #79550
      WCFM Forum
      Keymaster

      Great 🙂

Viewing 3 reply threads
  • The topic ‘Add new 'Support' category’ is closed to new replies.