wordpress
wordpress copied to clipboard
SendGrid plugin for WordPress
Hi, I'm getting an alert in the dashboard that I think originates from line 52 of lib/class-sendgrid-settings.php `// Add SendGrid Help contextual menu in the settings page add_filter( 'contextual_help', array(...
Build a dynamic template that uses the dynamic_template_data{} structure.. Send an email with the WP plugin using that template.. none of the handlebars placeholders in the template are populated.
I found out the hardway and lost 4 days finding this...yikes. In this file you will see it sniffing and adding variables: https://github.com/sendgrid/wordpress/blob/master/lib/class-sendgrid-mc-optin.php This becomes an issue in home_url scenarios,...
The plugin loads itself too late. For example, [Restrict Content Pro](https://restrictcontentpro.com/) adds this hook `add_action('init', 'rcp_process_lostpassword_form')` to send email in some cases. But it does not work, because Sendgrid is...
Tried Chrome and Firefox, same behaviour on both. I paste in the key and some kind of autofill comes and replaces the string with junk. I've used this plugin for...
In order to maintain dev/prod parity, I keep this plugin enabled in development environments and test all of my forms based on the return value of wp_mail(). It would be...