The plugin does not have a valid header error upon activating.
]]>I noticed an error on a site with this installed. Using Chrome inspector, the script tag in the head section throws a js error: “Uncaught ReferenceError: jQuery is not defined”. LeadDyno is the very first thing that is loaded into the header after the opening <head> and <title> tags. The native wp-includes/js/jquery/jquery.js isn’t loaded until much farther down.
Is there a way to adjust the priority level of LeadDyno insertion to load it only after jquery is loaded, and avoid the error?
]]>When a user checks out on our website the order gets placed but an internal server error comes up and makes it look like the order didn’t go through.
wordpress logs are showing the following fatal error:
2018-03-21T20:32:09+00:00 CRITICAL Uncaught Error: Call to undefined function vip_safe_wp_remote_get() in /home/site3422152/public_html/wp-content/plugins/leaddyno/class-leaddyno-admin.php:426
Stack trace:
#0 /home/site3422152/public_html/wp-includes/class-wp-hook.php(288): leaddyno_order_status_changed(13989)
#1 /home/site3422152/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
#2 /home/site3422152/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#3 /home/site3422152/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(334): do_action(‘woocommerce_ord…’, 13989, ‘processing’, ‘pending’, Object(WC_Order))
#4 /home/site3422152/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(226): WC_Order->status_transition()
#5 /home/site3422152/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php(567): WC_Order->save()
#6 /home/site3422152/public_html/wp-includes/class-wp-hook.php(286): WC_Meta_Box_Order_Data::save(1398
Looks like an issue with the leaddyno plugin.
]]>