Category
WordPress
Articles about building with WordPress, contributing to it, and the work around it.
-

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

WP.org – Google Translate Browser Extension
Read article: WP.org – Google Translate Browser ExtensionUse Google Translate to help you translate WordPress.org themes and plugins.
-

Contact Form 7 – Repeatable Fields 2.0.0
Read article: Contact Form 7 – Repeatable Fields 2.0.0Back in 2018, I created a small plugin to create repeatable fields in Contact Form 7. I learned…
-
How I learned about fetchpriority and decoding contributing to WordPress
Read article: How I learned about fetchpriority and decoding contributing to WordPressI did some research and it looks like my first contribution to WordPress core was in version 4.9,…
-
There is no “WordPress Dev”
Read article: There is no “WordPress Dev”The block editor in WordPress has created a divide between those who copy and paste code and those…
-

WordPress Health Status and the new Report Parser Tool
Read article: WordPress Health Status and the new Report Parser ToolAlways asking the same questions? Status reports gather all information in a single place. But what do we…
-

FTP No More: Deploying WordPress sites with GitHub Actions
Read article: FTP No More: Deploying WordPress sites with GitHub ActionsDo you still use FileZilla to send files one by one to the server? It is time to…