Noptin_Abstract_Integration::prepend_checkbox( string $text )
Appends a checkbox to a string
Parameters Parameters
- $text
(string) (Required) The original text
Source Source
File: includes/integrations/class-noptin-abstract-integration.php
function prepend_checkbox( $text ) { return $this->get_checkbox_markup() . PHP_EOL . $text; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |