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