Can we use Google Drive to get sounds
-
Hello.
Can we use Google Drive to get sounds from it ?
<?php
add_filter('bp_better_messages_sounds_assets', function($sounds_url){
return 'https://yourwebsite.com/sounds/'; // New sounds url
});
Also, should we point only /sound_directory/ or /file_link.mp3 too ?
The question is how to change the sound for an incoming message.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.