-
The original concept of a "Hook" has been split into Events and Actions in this API. However, I don't think I've ever outlined anywhere exactly why this was done. I'd like to do so in this ticket.
B…
-
```
WordPoints_Un_Installer_Base::map_uninstall_shortcut
WordPoints_Un_Installer_Base::uninstall_metadata
WordPoints_Un_Installer_Base::uninstall_
```
See WordPoints/wordpoints#306.
-
https://scrutinizer-ci.com/g/WordPoints/wordpoints/code-structure/master/hot-spots
-
See https://github.com/WordPoints/wordpoints/issues/306#issuecomment-84166185.
> It would be awesome if we could work toward making [the uninstaller] smart enough that it really needs no configurati…
-
From https://github.com/WordPoints/wordpoints/issues/246#issuecomment-98407521:
> > In order to have full emoji support, we may need to run strings through wp_encode_emoji() before saving them to the…
-
Updates to WPCS mean we're seeing some new errors.
-
In #306, I'm working on introducing a better bootstrap for uninstallation. One thing that can be made simpler is un/installing capabilities; see https://github.com/WordPoints/wordpoints/issues/306#iss…
-
I'm thinking that there are some places where we can reduce WETness accross modules by implementing an abstract `WordPoints_Module` class that each module can extend. Things that it could do:
- [x] Lo…
-
It runs fine until the end. Then this:
```
$ source $DEV_LIB_PATH/travis/after_script.sh
Fatal error: unknown class WP_Filesystem_Base in /home/travis/build/WordPoints/wordpoints/vendor/jdgrimes/wp-f…
-
It looks like it is all upstream issues. See [WP#31982](https://core.trac.wordpress.org/ticket/31982).