bas_der_gruene
Forum Replies Created
-
In my setting I need to add additional fields to the registration form, because I need additional information from my users. The user_register-Hook is exactly for that purpose usable: It fires after the common data is saved, so I can handle the additional fields afterwards, so I can save, redact, do whatever I need to do with the knowledge of the now already registered user (with ID and so on).
This plugin prohibits me from doing this, because if the add_action from the line 38 is called with default priority it may fire before my usage of the hook fires. Since this plugin uses wp_redirect (which stops all follow-up load of WordPress and starts new at the redirect-location) my custom function isn’t fired at all, and the additional information from my users is lost. The low priority of 1000 (default is 20) makes sure, the plugins use of the hook comes last.
EDIT: Uuuh. Fun with denglish.
- This reply was modified 6 years, 10 months ago by bas_der_gruene.
Works very well! Thank you. I just donated ??
Hello anmari,
you mentioned you have fixed this issue on your local copy. Is it possible to get a new (fixed) release of this plugin within the next weeks? I’m very curious about it.
best wishes, bas
That would be very kindly. (today isn′t the day to write good english, too tired)