Hendrik Luehrsen
Hendrik Luehrsen
During the theme review it was mentioned, that some values in the freemius sdk are not escaped properly. For example: https://github.com/Freemius/wordpress-sdk/blob/master/templates/js/style-premium-theme.php#L26 These should be escaped properly (or more visible) to...
Right now if you are using BerlinDB via composer you would have to set `$db_global` in every class that extends `Base`. This feels mighty redundant. It would be nice to...
Should we do our own functions and hook into the settings API, or just use redux? https://reduxframework.com/
Our attention spans are limited. And not every notification is equally important. So it would be tragic if an important notification would be buried under an otherwise unimportant bunch of...
I propose an additional field for the notification model: `timeout` - A datetime after which the notification is not shown. Most WordPress systems are not maintained daily, not even on...