You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
For example, Restrict Content Pro adds this hook add_action('init', 'rcp_process_lostpassword_form') to send email in some cases. But it does not work, because Sendgrid is not yet loaded. I needed to remove the action and add it back with priority 999 to get emails out.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The plugin loads itself too late.
For example, Restrict Content Pro adds this hook
add_action('init', 'rcp_process_lostpassword_form')
to send email in some cases. But it does not work, because Sendgrid is not yet loaded. I needed to remove the action and add it back with priority 999 to get emails out.The text was updated successfully, but these errors were encountered: