title = __( 'Upgrade to Unlock Additional Features', 'userfeedback-lite' ); $this->content = __( 'Upgrade to UserFeedback Pro and customize who gets notified about a new notification.', 'userfeedback-lite' ); $this->buttons[] = array( 'text' => __( 'Upgrade to Pro', 'userfeedback-lite' ), 'url' => userfeedback_get_upgrade_link(), 'is_external' => true, ); return parent::prepare(); } } new UserFeedback_Notification_Upgrade_After_30_Days();