PDF links with WPDM plugin
-
Hello,
Please advise if this plugin works with WP Download Manager plugin (www.wpdownloadmanager.com)?
I have a lot of PDF files in my WordPress/Woocommerce website being served with WPDM. PDF file links are similar to https://foo.com/?wpdmdl=33879 and to display the links I use snippets like this:
$download_link = 'https://foo.com/?wpdmdl=33879' ; echo '<a href=' . $download_link . '>PDF File</a>';
Can you please explain how your plugin can be used in the above example?
Thank you.
- The topic ‘PDF links with WPDM plugin’ is closed to new replies.