-
While working on #364, I discovered a bug in the WordPress meta API in regard to meta keys that contain slashes. The bug [has now been fixed in trunk](https://core.trac.wordpress.org/changeset/36509),…
-
There are no actions in the points type functions (add/update/delete), and this is especially bad for the `wordpoints_delete_points_type()` function, because there are likely to be things that need to…
-
Because WordPoints is always hooked to the `network_admin_menu` hook, the menu is displayed in the network admin even when WordPoints isn't network active, if it is active on the main site.
As a resu…
-
-
The new Points Types screen should be used instead. Originally proposed in https://github.com/WordPoints/hooks-api/issues/23#issuecomment-163254275.
Related: #386
-
While working on #416, I noticed again how the hook conditions can be visually confusing:
![wordpoints_ _points_types_ _wp_trunk_ _wordpress_-_2016-07-16_16 26 29](https://cloud.githubusercontent.com…
-
See #12
-
In the points hooks API there was an `inactive` pseudo-points type that was a carry-over from the inactive pseudo-sidebar of the Widgets API. Dragging a points hook to the inactive "points type" would…
-
Each condition has a title, and also a label for each of its fields:
![wordpoints_ _points_types_ _wp_trunk_ _wordpress_-_2016-06-01_09 03 02](https://cloud.githubusercontent.com/assets/4005415/15710…
-
See #15, #42, #47