Tag: PHPCS
-
Best PHP code style for WordPress developers?
Code style has always been a topic of huge debate since programming was a thing. One of the more famous and debated questions, namely the usage of tabs or spaces for code indentation, has even been mentioned in the popular…
-
Upgrade to PHP 7.3 for better performance and security
If you are running WordPress on any ancient PHP version older than 5.6, I have some bad news for you: as of WordPress version 5.2, the minimum PHP version that WordPress runs on is 5.6.20. Don’t sigh from relief even…
-
Coding WordPress in style with PHPCS
Some developers wonder why it isn’t enough that the code just works? The reason is that ugly code is doomed to lead to errors.