Main Menu
Sub Menu

wpdm_download_speed

Description


Using this filter you want to control ( increase / decrease ) download speed

Parameters


One parameter is passed to this hook.

Usage


To add new tabs Under Package Settings section.

<?php add_filter('wpdm_download_speed','wpdm_change_speed',10,1);  ?>

Examples


<?php

add_filter('wpdm_download_speed','wpdm_change_speed',10,1);

function wpdm_change_speed($speed){
$speed = 10240; //in KB 
return $speed;
}

?>
Last updated on Oct 9, 2015

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.