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.
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.
Use Google Translate to help you translate WordPress.org themes and plugins.
Back in 2018, I created a small plugin to create repeatable fields in Contact Form 7. I learned a lot of different things with it and it was one of…
I did some research and it looks like my first contribution to WordPress core was in version 4.9, way back in 2017. Since then, I've been trying to send at…
The block editor in WordPress has created a divide between those who copy and paste code and those who understand web programming. This change is here to stay, but don't be afraid to learn - it's easier than it looks.
Always asking the same questions? Status reports gather all information in a single place. But what do we do when the report is not easy to read?