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

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

the593plus
Member

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

#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

#68813

the593plus
Member

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?

#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.