diff --git a/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-helper-angelleye.php b/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-helper-angelleye.php index da36ee5fe..edf520035 100644 --- a/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-helper-angelleye.php +++ b/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-helper-angelleye.php @@ -183,7 +183,6 @@ public function __construct() { } add_action('woocommerce_after_add_to_cart_button', array($this, 'buy_now_button'), 11); - add_action('wp_head', array($this, 'angelleye_add_header_meta'), 0); add_action('woocommerce_add_to_cart_redirect', array($this, 'add_to_cart_redirect'), 9999); add_action('woocommerce_checkout_billing', array($this, 'ec_set_checkout_post_data')); add_action('woocommerce_available_payment_gateways', array($this, 'ec_disable_gateways')); @@ -1288,13 +1287,6 @@ public function angelleye_is_product_already_in_cart($product_id = 0, $quantity return false; } - public function angelleye_add_header_meta() { - if ($this->enable_in_context_checkout_flow === 'yes' && $this->enabled == 'yes') { - echo ''; - echo ''; - } - } - public function angelleye_display_custom_message_review_page() { if (!empty($this->order_review_page_custom_message)) { if (!is_admin() && is_main_query() && in_the_loop() && is_page() && is_checkout() && $this->function_helper->ec_is_express_checkout()) {