LLMS_Email_Engagement::set_shortcode_user( int $uid )
Set the user ID used by [llms-user] to the user receiving the email.
Parameters Parameters
- $uid
-
(int) (Required) WP_User ID of the current user.
Return Return
(int)
Source Source
File: includes/emails/class.llms.email.engagement.php
public function set_shortcode_user( $uid ) { return $this->student->ID; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |