How to disable Sound?

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
    • #60439
      mariellamolina
      Participant

      Hi,

      Would like to disable sound across the system.
      Currently, I have turned off all notification sounds via admin backend. But the empty_audio.mp3 still got downloaded when visiting the site.
      Tried the snipets, but not working:

      add_filter( ‘wcfm_is_allow_sound’, ‘__return_false’ );
      add_filter( ‘wcfm_is_allow_notification_sound’, ‘__return_false’ );
      add_filter( ‘wcfm_is_allow_desktop_notification_sound’, ‘__return_false’ );

      Not working. Is there a way to disable this entirely?

      Thanks in advance.

      Kind regards,
      Simon

    • #60512
      WCFM Forum
      Member

      HI,

      add_filter( ‘wcfm_is_allow_sound’, ‘__return_false’ );

      – This is good enough.

      empty_audio.mp3 – this will still load but no more sound will be there.

      Thank You

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