How to execute plugin after successful login in Wordpress
Hello guys I need to execute some function (written as wordpress plugin) after user is logged in successfully i.e. all user credentials are stored such as cookies and sessions etc.
So my code is,
PHP Code:
function do_this_func() { //some code here } add_action(???, 'do_this_func');
FYI: I am using WP 3.0+ and tried with following options but they don't product desired result,
You may also check the official wordpress forum WordPress › Support for answers.
Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.