diff --git a/lib/Notifications/Shortcodes.php b/lib/Notifications/Shortcodes.php index 189abb59..1065f56f 100644 --- a/lib/Notifications/Shortcodes.php +++ b/lib/Notifications/Shortcodes.php @@ -495,7 +495,7 @@ private function get_post_field($post, $field, $attrs) if (!empty($rel_post) && !is_wp_error($rel_post)) { $result = $this->get_post_field($rel_post, $meta_sub_field, $attrs); } - } elseif ('meta-user' == $arr[0]) { + } elseif ('meta-user' == $arr[0] || strpos($meta_name, '_pp_editorial_meta_user') === 0) { $rel_user = get_user_by('ID', (int)$meta); if (!empty($rel_user) && !is_wp_error($rel_user)) {