Sound


Home Forums Front End PM PRO Sound

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14256
    Manish Patel
    Participant

    Is it possible to change sound when new message received?

    #14267
    Shamim Hasan
    Keymaster

    add following code in your theme’s (child theme’s if any) functions.php

    add_filter( 'fep_filter_notification_script_localize', function( $localize ){
        $localize['sound_url'] = 'your_sound_url.mp3';
        return $localize;
    });

    Upload your sound file in your website and change your_sound_url.mp3 with your sound file url.

Viewing 2 posts - 1 through 2 (of 2 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.