Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Ensure priority load and setting up #89

Open
timiwahalahti opened this issue Oct 10, 2019 · 0 comments
Open

Ensure priority load and setting up #89

timiwahalahti opened this issue Oct 10, 2019 · 0 comments

Comments

@timiwahalahti
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant