Noptin_WooCommerce::get_checkbox_message_integration_default_value()
Returns the checkbox message default value.
Contents
Source Source
File: includes/integrations/class-noptin-woocommerce.php
public function get_checkbox_message_integration_default_value() { return __( 'Add me to your newsletter and keep me updated whenever your publish new products', 'newsletter-optin-box' ); }
Expand full source code Collapse full source code View on GitHub