Posts tagged with "code"

An Unusually High Number of WordPress Plugin 0-days Exploited in March 2021

19.4.2021

In March 2021 Seravo's security monitoring noticed three separate 0-day vulnerabilities in multiple WordPress plugins being exploited. A zero day vul...

Best PHP code style for WordPress developers?

16.7.2019

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 ta...

300% faster WordPress load times with transients

7.9.2018

Did you know that WordPress has a built-in caching system called transients? They are easy to use and extremely effective when used correctly. In thi...

Coding WordPress in style with PHPCS

6.2.2018

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.