id = 'video'; } public function init() { parent::init(); $this->title = __('Video', 'notificationx'); $this->popup = [ "denyButtonText" => __("More Info", "notificationx"), "confirmButtonText" => __("Upgrade to PRO", "notificationx"), // phpcs:disable PluginCheck.CodeAnalysis.Offloading.OffloadedContent -- False positive for this context: these are HTML email bodies and remote documentation/tutorial links in admin help text, not offloaded plugin assets. Audited 2026-07-16. "html"=> __(' NotificationX will help you increasing engagement of your YouTube channel and gaining more credibility. ', 'notificationx') // phpcs:enable PluginCheck.CodeAnalysis.Offloading.OffloadedContent ]; } }