jrSendNote
The jrSendNote function is used for sending a Private Note to a User Account (or group of User Accounts).
mixed
jrSendNote
(mixed $_users, string $sub, string $msg, [int $from_id = false])
-
mixed
$_users: User_ID (or array of User_IDs) to send Private Note to.
-
string
$sub: Subject for Private Note
-
string
$msg: Message of Private Note
-
int
$from_id: User_ID Private Note us being sent from
|