Description The wpdm_download_expired_message filter is used to filter the download expired message of the package when you set a download expired date. Parameters Two arguments are passed to this filter. Usage To change template data. <?php add_filter(‘wpdm_download_expired_message’,’callback_function’, 10, 3); ?> Examples <?php add_filter(‘wpdm_download_expired_message’,’wpdm_change_download_expired_message’, 10, 3); function wpdm_change_download_expired_message($message, $expire_timestamp, $package){ //your code here // $package[‘expire_date’] has … Continue reading wpdm_download_expired_message
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed