id = 'video';
}
public function init()
{
parent::init();
$this->title = __('Video', 'notificationx');
$this->popup = [
"denyButtonText" => __("More Info", "notificationx"),
"confirmButtonText" => __("Upgrade to PRO", "notificationx"),
"html"=> __('
NotificationX will help you increasing engagement of your YouTube channel and gaining more credibility.
', 'notificationx')
];
}
}