Main Menu
Sub Menu

wpdm_audio_playlist

Description


If you want to change audio player style, you can use this hook.

Parameters


Two parameters are passed to this hook.

Usage


To change audio player html style.
<?php add_filter('wpdm_audio_playlist','my_player_html',10,2); ?>

Examples


<?php
add_filter('wpdm_audio_playlist','my_player_html',10,2);
function my_player_html($audio_html, $package){
    //changer $audio_html here

   return $audio_html;
}
?>

Related


Last updated on Jun 29, 2014

Need More Clarification?

For any technical issue, if you are already using pro version please post in pro forum and free version users please post in free forum. Otherwise, if you have any pre-sale or order related query please contact live chat support team. For technical support.

Need Customization?

If you need additional customization on WordPress Download Manager or any type of custom support on WordPress you may contact our customization service.