Archive for February, 2009

IMAP Authentication for Wordpress 2.7.1

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

Continue reading “IMAP Authentication for Wordpress 2.7.1″

,

1 Comment

Filtering Array Elements in PHP Using an Anonymous Function

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”

, , , ,

2 Comments