From ec3db11dc774fb9b495d99ecb85630bdf9287194 Mon Sep 17 00:00:00 2001 From: Riza Maulana Ardiyanto <83811723+rizaardiyanto1412@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:53:04 +0700 Subject: [PATCH] Add First Name and Last Name Notification Shortcode --- modules/improved-notifications/improved-notifications.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/improved-notifications/improved-notifications.php b/modules/improved-notifications/improved-notifications.php index a72df55e..4f202c4c 100644 --- a/modules/improved-notifications/improved-notifications.php +++ b/modules/improved-notifications/improved-notifications.php @@ -903,6 +903,8 @@ private function getShortcodeActorFields() 'login', 'url', 'display_name', + 'first_name', + 'last_name', 'email', ] );