Noptin_WooCommerce::after_checkbox_wrapper()
Prints the checkbox closing wrapper.
Contents
Source Source
File: includes/integrations/class-noptin-woocommerce.php
public function after_checkbox_wrapper() { if ( 'woocommerce_checkout_after_customer_details' !== $this->get_checkbox_position() ) { echo '</p>'; } }
Expand full source code Collapse full source code View on GitHub