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! $args Exists to Define Function Options A very common pattern in WordPress is as follows: WordPress has a prewritten function that … Continue reading WordPress Coding Patterns: Setting Function Options with $args