Tag: add_action
-
Fighting registration spam with a honey pot
I’ve had a few requests for help with combating registration spam using the plugin. To be honest, I’m right there with you all – I was getting a great deal of registration spam here on the site. I’ve been working on how to reduce that with a number of approaches. One approach is the Security…
-
Add a first name greeting to the new registration email
As much as I try to make the plugin as flexible as possible with a framework that includes lots of hooks for customization, every once in awhile a question pops up that forces me to think outside the box, so to speak. Case in point, I recently received a question in the forum about putting…
-
Email Admin When a User Updates Registration Data
Here’s a request I get from time to time – how can the admin receive email notification that a user updated their data, so I figured it is about time to put that together as a tutorial. This one should be fairly straight forward and can be used cut-and-paste for the general features. As usual,…
-
Validate a registration with a PIN
Here is a script idea you can use to validate a stored value that you might have for users (such as a PIN) against their registration data. This example will assume that you only want to allow certain registrations for people who you already have data on (in this example, their name) and you want…