Pär Thernström
Pär Thernström
- This could be as easy as creating a custom post type just for this, and then hiding most of the regular/common stuff on that page. - Place it lower...
Currently. when `maybe_purge_db()` is called (using cron, once a day) it checks the day of the week, and if the day is 7 = sunday then the log is cleared....
It is a bit cumbersome to fix at the moment, since we have to take occasions into consideration. Keeping the issue because I guess it would be nice to have...
- Plain text version should include the options page and a better naming of the updated option. - So instead of `Updated option "blogdescription"` is could be something like `Updated...
Some things to consider: Remove the usage of `SQL_CALC_FOUND_ROWS`. Many posts suggest that it's faster to run two queries instead. Also, since MySQL 8.0.17 `SQL_CALC_FOUND_ROWS ` and `found_rows()` are deprecated....
Useful info so should be added/included.