%s

\n"; protected $closeBtn = ''; protected $msgCssClass = 'awpc-alert notice is-dismissible'; protected $cssClassMap = [ self::INFO => 'notice-info', self::SUCCESS => 'notice-success', self::WARNING => 'notice-warning', self::ERROR => 'notice-error', ]; }