i’m using both of wpdm pro 4.3.0 & stamp plugin 1.4.3
That WPDM_Stats not working for me.
in your meaning if i update version to v4.4, it will solve this issuse?
i thinks this version (1.4.3) of your plugin has some bug. and i founded its.
at file wpdm-pdf-stampers.php (line:109)
Original code: $log = new WPDM_Stats();
Change to: $log = new Stats();
That’s work for me.