Noptin_WP_Comment_Form::initialize()
Setup hooks in case the integration is enabled.
Source Source
File: includes/integrations/class-noptin-wp-comment-form.php
public function initialize() { add_action( 'comment_post', array( $this, 'subscribe_from_comment' ), $this->priority, 2 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |