No, API Notifications are not processed here. This import routine remains silent in every possible way on purpose, so as not to introduce any actions that might be tied to Hooks/Plugins for WordPress. API Notifications are tied to Hooks/Plugins, so they are not processed.
You could try removing some of these statements from the import routine.
/s2member-pro/includes/classes/imports-in.inc.php
- Code:
remove_all_actions("profile_update") . remove_all_actions ("user_register");
remove_all_actions("added_existing_user") . remove_all_actions ("add_user_to_blog");
However, I've never tested this. It's probably a dangerous thing to try.
Statistics: Posted by Raam Dev — January 23rd, 2012, 11:44 am
Statistics: Posted by Raam Dev — January 16th, 2012, 11:42 pm
Statistics: Posted by deonvdv — January 13th, 2012, 3:54 pm