Hello @kreestal ,
Currently this is not possible. We are displaying the plugin version in meta for debugging purposes. We’ll take your input into consideration and will introduce probably a filter in our next updates. You can view the evolution here: https://github.com/WPChill/download-monitor/issues/1267.
Warmly,
Razvan
Hello @kreestal ,
Starting from plugin version 4.8.0 you can remove the plugin version from the meta by attaching to the following filter in your child theme’s functions.php file like so:
add_filter( 'dlm_hide_meta_version', '__return_true' );
Warmly,
Razvan
It works! I’m grateful for the time you put into this. Thank you so much!
Happy to be of help!
Have a wonderful day!
Razvan