place text below paypal button
-
Hey, I was wondering if it is possible to place content below the paypal express checkout button.
To put content below the add to cart button would be something like thisadd_action( 'woocommerce_after_add_to_cart_button', 'content_after_addtocart_button' ); function content_after_addtocart_button() { echo 'content'; }
However the content shows up between the add to cart and paypal checkout button.
Is there a hook for content below the paypal checkout button?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘place text below paypal button’ is closed to new replies.