Hi,
I'm a long-time user of your plugin. - So far everything (besides of a few small bugs) worked pretty good.
Unfortunately, it seems like there was an include integrated or shifted in version 2 which breaks a lot of plugins (e.g. Sabre):
require_once(ABSPATH . 'wp-includes/pluggable.php'); in more-fields-field-types.php
Maybe that could be fixed by implementing the needed function instead of changing WordPress' bootstrap.
Greetz,
Berny
http://wordpress.org/extend/plugins/more-fields/
Thanks for the report. We'll look into it.
henrikmelin
Member
Posted 1 year ago #
Hi Berny,
I'm trying to replicate this, so that I can fix it - in what way does it break the sabre plugin?
I'm gonna remove the forced include for sure, but need to make sure I'm not breaking other stuff :)
Cheers,
Henrik
Hi kalstrom and Henrik,
Thanks for your replies.
Sabre can be setup to verify a new user's email-address by including a verification-link in the registration-mail. It overwrites the function wp_new_user_notification (in wp-includes/pluggable.php) for this purpose.
Greetz,
Berny