Category
PHP
Practical PHP writing for WordPress and web development.
-

Programming
Improve your code with Early Return
Early Return (or guard clauses) is a simple way to improve your code readability. Instead of using nested ifs, simply return if a condition is not met.
-
Will PHP 7.2 be the minimum required version for WP 6.2?
Read article: Will PHP 7.2 be the minimum required version for WP 6.2?Will WP 6.2 finally update the minimum required PHP version to 7.2? Why does it matter?
-

What is an API?
Read article: What is an API?What is an API and why is it important to use your favorite framework’s APIs? That and some…