-
We query the meta table in `wordpoints_regenerate_points_logs()`, but we should be using the get meta function instead.
-
The `WordPoints_Comment_Approved_Hook` base class provides a bootstrap which is currently extended by the Comment Received hook. The Comment hook extends it as well, but it currently disables the auto…
-
See https://hosted.weblate.org/projects/wordpoints/wordpoints/source/review/?type=sourcechecks
-
https://scrutinizer-ci.com/g/WordPoints/wordpoints/inspections/8bd8974e-c29a-4e59-a9f1-ed940ff3da0f/issues/
-
We need an API to generate a description of a specific action, like for the points logs.
-
Our install and uninstall routines for multisite may not scale on large networks. This may be a `wontfix`, but let's at least consider possible solutions.
For the install routine, our only concern is…
-
Many plugins define a constant like `WORDPOINTS_URL`. We could also just define a constant like `WORDPOINTS_FILE` to use with `plugins_url()`. I think it makes more sense to use the first option.
-
I'm not sure if we ever did this right or if it got removed somewhere along the line, but the excluded users aren't be excluded from the Top Users. Thanks to Jorge for [the report](https://wordpress.o…
-
We should add a file that outlines the coding standards.
Related: #79
-
Currently, `wordpoints_regenerate_points_logs()` only accepts an array of log IDs. This means that whenever logs are being regenerated, there will usually be two points logs queries performed; the fir…