You are here: Home
Support site for Tips and Tricks HQ premium products
I have resolved the issue.
I deactivated my license key, then deactivated and deleted the plugin. I re-installed the plugin using the upload tool in Plugins. Re-entered my license key and everything started working again.
What about the key that gets appended to the file name? ie. “_5435e9a501f9e.pdf”
Is there way to stamp that number?
Basically, I just need a unique ID printed on each document everytime a user downloads it and then be able to compare that number in the WordPress admin. I’m not selling anything so I’d like to not integrate with an ecommerce plugin either.
So far, my best idea is to create a custom post type and have a new post get created at the stamping of each file, effectively acting as a recorder of downloads similar to the way Manage Stamped Files works. I can then assign a unique ID (either random number or post ID) to each post.
I understand this may be out of scope for support but if there’s any tips/hints/wisdom you could drop on me that would be much appreciated! Thank you.