Tag: functions
PHP for WordPress Development: The Free Course

This free course on PHP for WordPress introduces the core topics you need to understand to practice the PHP side of WordPress development.
WordPress Coding Patterns: Setting Function Options with $args

Today’s topic is a pattern in WordPress programming called $args. It crops up all the time—so often that simply understanding it will make you a significantly more confident WordPress programmer. Let’s take a look!
Two Key Principles for Understanding WordPress Functions

If you don’t understand WordPress functions, your code will do a lot of things the hard way.