Let us start the development of our new WordPress enrolment plugin by creating a clone of the self enrolment plugin. In Eclipse, right click on /enrol/self and paste back into the /enrol folder renaming it wordpress:
Next, search through each script replacing self with wordpress where relevant. Finally, update the version.php script accordingly. Finally, you will be able to click on Notifications in the Site administration menu to install the new plugin. (As part of the installation process, you will be asked to specify a number of global settings. Simply accept the defaults for now.)
To test the new plugin, ...