addValidations('name', [ 'required' => WPFunctions::get()->__('Please specify a name.', 'mailpoet'), ]); $this->addValidations('body', [ 'required' => WPFunctions::get()->__('The template body cannot be empty.', 'mailpoet'), ]); } }