Quick PHP Function #3: Sorting multi-dimensional arrays by a value within
Another useful function im frequently in need of, a multidimensional array sort/order function function array_sort_by_column(&$arr, $col, $dir…
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 ReadingSo you’ve set up your custom wordpress post-type pages and everythings working fine, until you…
Continue Reading