cartpops_drawer_after_checkout_button

Description

This action is fired after the checkout button.

Example

function my_prefix_after_checkout_button() {
	echo '<p>Hello world! 👋</p>';
}
add_action( 'cartpops_drawer_after_checkout_button', 'my_prefix_after_checkout_button' );

Learn where this hook takes place in the visual hook guide.

It's time to improve your WooCommerce Cart

CartPops is a WooCommerce Add To Cart Popup, that helps every shop owner improve their user experience, increase conversions & maximize profits.

Was this page helpful?