Sound notifications

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 1 reply thread
  • Author
    Posts
    • #35821
      acauaferreira
      Participant

      I saw in other post this code to remove sound for notifications.

      add_filter( ‘wcfm_is_allow_sound’, ‘__return_false’ );

      But i would like to remove the sound just when I update or create some settings/product.
      And keep the sound for the notification messages, is it possible?

    • #35859
      WCFM Forum
      Member

      Hi,

      Use this code for the purpose –

      add_filter( 'wcfm_is_allow_notification_sound', '__return_false' );

      Thank You

Viewing 1 reply thread
  • The topic ‘Sound notifications’ is closed to new replies.