Noptin_WP_Comment_Form::hook_checkbox_code()
Displays a checkbox if the integration uses checkbox positions.
Source Source
File: includes/integrations/class-noptin-wp-comment-form.php
public function hook_checkbox_code() { add_filter( 'comment_form_submit_field', array( $this, 'append_checkbox' ), $this->priority ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |