To report plugin issues or legitimate complaints, please send an email to plugins AT www.ads-software.com.
I’m not a plugin reviewer, but in my opinion that’s actually pretty ballsy and really offends my sense of fair play. The plugin page does NOT state that you need to pay to use it. That’s bait and switch and not cool at all.
I have nothing against commercial GPL’ed plugins, and that stats page look awfully good and well designed.
I honestly want WordPress plugin, theme, and core developers to become wildly successful and make boat loads of cash and be rewarded for their efforts. If/when that happens, I think that’s right and proper.
But the plugin repository here is not a commercial market place and the author shouldn’t have pulled that stunt.
Fortunately the code is GPL’ed (as are all plugins in the www.ads-software.com repository) so looking at the source I think I see a way to enable the features. In fact the comment in the code indicates that this is encouraged by the author.
/* # Activate premium.
————————————————————– */
// No special checks. This is open source, you could hack around it easily (if your time is less valuable than a?2).
So here goes: make a backup copy of your theme’s functions.php
file and add this one line to it around the top.
update_option( 'word_stats_premium', 3 );
Now visit your WordPress URL, that will ensure that the functions.php
file is read and executed.
Once that’s done, visit the Word Stats dashboard and the premium stats should be working. You can put back the original functions.php
back.