Description Using this filter you can modify the package settings before serving download. Usage <?php add_filter(‘wpdm_before_download’,’callbabck_function’,10,1); ?> Examples <?php add_filter(‘wpdm_before_download’,’wpdm_before_download_package’,10,1); function wpdm_before_download_package($package) { //todo: Modify any package settings. This changes made here are only for current requested download if you do not update the option. return $package; } ?>
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed