Archive for February, 2009
IMAP Authentication for Wordpress 2.7.1
Posted by aaron in Internet, Server Software on February 13th, 2009
Due to some significant changes to the Wordpress authentication mechanism, my original IMAP Authentication plugin stopped working in version 2.7.1. I have updated the plugin to work in 2.7.1. The only difference is that users are no longer automatically created in Wordpress if they have a valid IMAP account. I will try to add that back in soon, but for now this will do.
Download imap-authentication1.2.php
Filtering Array Elements in PHP Using an Anonymous Function
Posted by aaron in Website Development on February 9th, 2009
Using an anonymous function in PHP’s array_filter as a way to search a 2D array.
Continue reading “Filtering Array Elements in PHP Using an Anonymous Function”