Get WP CLI to hide debug warnings and notices in JSON output, same setting as website

Summary: WP CLI can be used to get a JSON output of all the plugins installed on a site, but the output gets corrupted due to warnings although log levels are set to low. Problem Unfortunately, I have a site that runs an outdated plugin producing some warnings. They are not shown on the website, … Read more

Connection lost. Saving has been disabled… (Updating Posts/Pages)

I’ve been developing for WordPress for a few years now without any trouble on an old XP/WAMP development server (v1.7.4) but recently have been getting the error “Connection lost. Saving has been disabled until you’re reconnected” whenever I try to update either WordPress Posts or Pages. The majority of what I’ve turned up on the … Read more

Which one does WordPress prioritize when it comes to php.ini, wp-config and .htaccess?

Let’s say I want to change the max upload limit for a WordPress website and I give the following values: wp-config.php: 128MB php.ini: 256MB .htaccess: 64MB So, which one would WordPress prioritize while processing upon need? 3 s 3 It’s not clear from your question what you are changing in each of these files, but … Read more