title = __('Zapier', 'notificationx'); $this->module_title = __('Zapier', 'notificationx'); $this->popup = [ "denyButtonText" => __("More Info", "notificationx"), "confirmButtonText" => __("Upgrade to PRO", "notificationx"), "html"=> __(' A well-known web-based tool to connect with any of your web-based applications & boost productivity. ', 'notificationx') ]; } /** * Get data for Zapier Extension. * * @param array $args Settings arguments. * @return array */ public function get_data( $args = array() ){ return 'Hello From Zapier'; } public function _doc(){ return ' '; } }