Reuse vendor registrations details
-
I want to delete a vendor and be able to use his registration details EVENT again in a new registration(the registration itself does work).
I use the registration event automatically with the following hook:
do_action( ‘wcfmmp_new_store_created’, $member_id, $wcfmmp_settings );
I did the following:
1. Deleted his user from WordPress
2. Deleted all his products
This hook should trigger but doesn’t – perhaps I should do anything more(of course with new registration details it does)
Any idea?
Thx
- The topic ‘Reuse vendor registrations details’ is closed to new replies.