BellevueCollege / wordpress-cas-client

A CAS client plugin for Wordpress sites, forked from http://wordpress.org/support/plugin/wpcas-w-ldap
GNU General Public License v2.0
11 stars 8 forks source link

Plugin activation #62

Open esteen opened 10 years ago

esteen commented 10 years ago

Update the code to ensure that we are following best practices for activating and deactivating the plugin.

We should be using: register_activation_hook() register_deactivation_hook() register_uninstall_hook()

http://codex.wordpress.org/Plugin_API

jonathanwindle-zz commented 10 years ago

This helps complete #5