Is there any way to change the WPDM music player with the native WordPress playe

in Download Manager Free

Viewing 4 posts - 1 through 4 (of 4 total)
Jan 29, 2018 at 11:10 pm
#68745
Member
the593plus
OP

Is there any way to change the WPDM music player with the native WordPress player or another player?

Jan 30, 2018 at 1:50 pm
#68784

You can modify existing code.

$pack = array(); $pack['ID'] = get_the_ID(); $pack = wpdm_setup_package_data($pack); $audio_player = \WPDM\libs\FileList::Table($pack); and echo $audio_player this will generate the audio player with existing files, you can use this with the data table. Which comes from the Table function from plugins\download-manager\libs\class.FileList.php file.

Thanks

Jan 30, 2018 at 7:25 pm
#68813
Member
the593plus
OP

I do not understand a lot of codes, I’m not a programmer. I’ll explain again.

How can I do this? Replace the player [audio_player_single] by wordpress [audio][/audio]

Do I need to hire a programmer? Or if I buy wpdm pro comes this option?

Jan 30, 2018 at 9:29 pm
#68828

For this kind of custom request please send your details to customize@wpdownloadmanager.com

Thanks

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

The topic "Is there any way to change the WPDM music player with the native WordPress playe" is closed to new replies.