Noptin_Abstract_Integration::hook_show_checkbox_code( $checkbox_position )
Hooks the display checkbox code.
Source Source
File: includes/integrations/class-noptin-abstract-integration.php
public function hook_show_checkbox_code( $checkbox_position ) { add_action( $checkbox_position, array( $this, 'output_checkbox' ), $this->priority ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |