LLMS_Abstract_Notification_View::set_shortcode_user( int $uid )

Set the user ID used by [llms-user] to the user triggering the notification.


Parameters Parameters

$uid

(int) (Required) WP_User ID of the current user.


Top ↑

Return Return

(int)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.notification.view.php

	public function set_shortcode_user( $uid ) {
		return $this->user->get( 'id' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.