creativedotdesign / tofino

WordPress boilerplate theme on a modern stack. NPM and Composer.
Other
29 stars 6 forks source link

Change json_encode to wp_send_json, Add clearer response message #339

Closed Malcolm-Remple closed 2 years ago

Malcolm-Remple commented 2 years ago

https://github.com/creativedotdesign/tofino/blob/d5ab93b5ead723f96a5f45205775afb27b443373/inc/lib/AjaxForm.php#L108-L110

if ($recipient) {
  return $recipient;
} else {
  $this->response['message'] = __('No recipient email address found.', 'tofino');
}