DrLightman
DrLightman
The log should be generated outside the cache directory, under /wp-content/ in my install, not in /wp-content/cache/ or /supercache/, therefore it never should get deleted by wpsc functions like prune_super_cache()....
The dedicated template for mobile is an old approach, you should design or choose a template to be adaptive to different devices width, and that is called to be responsive.
``` false === empty(...) ? ... ``` Is this necessary? empty already returns a bool itself. Just use !empty or empty itself for the condition, is way more readable?
@elovin Indeed the difference in the class was was exactly the reason. Because the `$client` returned by `$request->getClient()` inside **::handleHandshake** of the example in the readme.md is an `Amp\Http\Server\Driver\RemoteClient`, whereas...
Isn't that strange that such an error pops out? Shouldn't wp-cli just ignore Yoast since it doesn't provide commands in 13.5? For now I've fixed by skipping wordpress-seo: `wp media...
Still no support for arrays for wp-cli? date_query, tax_query, etc
I think that would go out fo the scope of the plugin. It's not meant to be a full rounded detection plugin. The detection you wrote about can be done...
it's possibile, but I'm not sure, I didn't even know :D
Same here. I had that very same error message: **Cannot create a user with an empty login name** But my XML contained all valid users with proper usernames, so I...