Moving paypal button on single product
-
I am trying to unhook the show_button, on single product, to move it, but it is not happening.
Please take a look on my code.
add_action( 'init', 'remove_button', 10 ); function remove_button() { global $YITH_PayPal_EC_Frontend; remove_action( 'woocommerce_after_add_to_cart_form', array( 'YITH_PayPal_EC_Frontend', 'show_button' ), 10 ); }
Can you help me ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Moving paypal button on single product’ is closed to new replies.