RecentNotificationSeenTimestamp
Set the timestamp of the most recently seen notification.
Stored Procedure Specific Information
Execute
Call this procedure to set the timestamp of the most recently seen notification.
To set the timestamp of the most recently seen notification, you must specify the following column: Time. A successful authentication is also required.
For example:
EXEC RecentNotificationSeenTimestamp Time='1746934534';
Input
| Name | Type | Description |
| Time | String | The UNIX timestamp representing the most recent notification seen by the user on their WordPress client. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the request to update or retrieve the notification timestamp completed successfully. |
| LastSeenTime | Datetime | The UNIX timestamp showing when the user last viewed their notifications in WordPress. |