LLMS_Email_Engagement::send()
Send email
Return Return
(boolean)
Source Source
File: includes/emails/class.llms.email.engagement.php
public function send() {
add_filter( 'llms_user_info_shortcode_user_id', array( $this, 'set_shortcode_user' ) );
$ret = parent::send();
remove_filter( 'llms_user_info_shortcode_user_id', array( $this, 'set_shortcode_user' ) );
return $ret;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |