Download Link Text
-
Hello,
I am using default link template and found the code below to change the Download text, but it does not work. I just pasted this to Code Snippets because I am using Oxygen Builder. So, no themes.
Can someone help me why it is not working?
<?php add_filter('wpdm_after_prepare_package_data','wpdm_modify_package_data',10,1); function wpdm_modify_package_data($vars){ //your code here $vars['link_label'] = "Custom Text"; return $vars; } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Download Link Text’ is closed to new replies.