Code: Select all
* Get the HTML formatted reference of the notification
*
* @return string
*/
public function get_reference()
{
return censor_text(utf8_normalize_nfc($this->get_data('post_subject')));
}
Code: Select all
* Get the HTML formatted reference of the notification
*
* @return string
*/
public function get_reference()
{
return censor_text(utf8_normalize_nfc($this->get_data('post_subject')));
}