Nicolas Lemoine
Nicolas Lemoine
thanks @AntonioMeireles! I finally stumbled upon the fix and applied it. Works fine now!
For people interested in a wp-cli fake data generator, I forked [Faker](https://github.com/trendwerk/faker) to support more content types: https://github.com/nlemoine/wp-cli-fixtures
And maybe this method should return `$contents` (instead of setting `$skip` to `true`), it would avoid evaluating useless conditions? Once `$skip` is `true`, there's no way to can be `false`...
Hi, First, thanks for this great plugin. There's many caching plugins out there and it's often hard to find the right candidate. This one has definitely some innovative, amazing features....
Thanks @Log1x !
Thanks, that's better. Some texts are still white on white. I'll have a look as soon as I can. 
The admin email verification screen also suffers the same issue. 
It is! I started working on this a while ago but it's missing a dev environment and testing all use cases is a bit tedious. Maybe dumping static HTML (login.html,...
@pablobh Sorry, I didn't have time to work this until now. You'll find in the referenced PR a testing environnement that will make fixing a lot easier. > Also, a...