Noptin_WP_Registration_Form::before_checkbox_wrapper()
Prints the checkbox wrapper.
Contents
Source Source
File: includes/integrations/class-noptin-wp-registration-form.php
function before_checkbox_wrapper() { if ( did_action( 'uwp_template_fields' ) ) { echo '<div class="uwp_form_checkbox_row uwp_clear">'; } else { echo "<p class='noptin_registration_form_optin_checkbox_wrapper'>"; } }
Expand full source code Collapse full source code View on GitHub