WordPress: Passing variables to get_template_part
I had an issue with a project that needed a simple way to carry variables…
Continue ReadingI had an issue with a project that needed a simple way to carry variables…
Continue ReadingAnother useful function im frequently in need of, a multidimensional array sort/order function function array_sort_by_column(&$arr, $col, $dir…
Continue ReadingThere are lots of ways to grab the browser’s user agent, this is my simple…
Continue ReadingThere are times when I am reusing code snippets from various projects, figured I will…
Continue Reading