Log 2287
07/12/2023 2023-12-07 23:17The PHP formula to retrieve the content of the system message field without any HTML tags is as follows:
$systemMessage = #הודעת מערכת#;
$filteredMessage = strip_tags($systemMessage);
return $filteredMessage;