Christmas SALE 25% OFF on new purchases, early renewals or upgrades. Apply Discount
Start Protecting your WordPress Downloads
Protect and track downloads on WordPress... What are you waiting for?
Christmas SALE 25% OFF on new purchases, early renewals or upgrades. Apply Discount
When using Download Monitor, you may have noticed that all download links contain a unique parameter at the end, such as “tmstv=1697525663.” This parameter serves a crucial purpose in web caching systems, ensuring that the linked file remains up to date and is not cached unnecessarily. To find out more info please check out this article.
If you want to remove that timestamp you will need to follow some simple steps. Before you proceed, ensure that you have the following:
We recommend that you do a back-up of your site before making any changes.
Log in to your WordPress website’s dashboard using your administrator credentials.
In the WordPress dashboard, go to “Appearance” and select “Theme File Editor.”
In the Theme Editor, locate and select the functions.php
file on the right-hand side. This file contains your theme’s custom functions.
Note: We recommend adding the code snippet in your child theme functions.php folder so you will not lose the changes in the next update.
Insert the following custom code snippet at the end of the functions.php
file:
add_filter('dlm_timestamp_link', '__return_false');
After adding the code snippet, click the “Update File” button to save your changes.
Protect and track downloads on WordPress... What are you waiting for?