Noptin_EDD::get_checkbox_message_integration_default_value()
Returns the checkbox message default value.
Return Return
(string)
Source Source
File: includes/integrations/class-noptin-edd.php
public function get_checkbox_message_integration_default_value() { return __( 'Add me to your newsletter and keep me updated whenever your publish new downloads', 'newsletter-optin-box' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |