Noptin_WP_Comment_Form::before_initialize()
Init variables.
Source Source
File: includes/integrations/class-noptin-wp-comment-form.php
public function before_initialize() { $this->slug = 'comment_form'; $this->name = __( 'Comment Form', 'newsletter-optin-box' ); $this->description = __( 'Subscribes people from your WordPress comment form.', 'newsletter-optin-box' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |