Noptin_Abstract_Integration::hook_checkbox_code()
Displays a checkbox if the integration uses checkbox positions.
Source Source
File: includes/integrations/class-noptin-abstract-integration.php
public function hook_checkbox_code() { // Display a subscription checkbox. $checkbox_position = $this->get_checkbox_position(); if ( ! empty( $checkbox_position ) ) { $this->hook_show_checkbox_code( $checkbox_position ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |