| | |
| | | } |
| | | $toContentTax = implode(' ', $toContentTax); |
| | | |
| | | $button = jvbMailButton($signup_url, 'Join the Scene!'); |
| | | $link = jvbEmailLink($signup_url); |
| | | $signature = jvbSignature(); |
| | | $button = JVB()->email()->button($signup_url, 'Join the Scene!'); |
| | | $link = JVB()->email()->link($signup_url); |
| | | $signature = JVB()->email()->signature(); |
| | | |
| | | $message = sprintf( |
| | | '<p>Hi %s!</p> |
| | |
| | | ); |
| | | |
| | | |
| | | $success = jvbMail($email, $subject, $message); |
| | | $success = JVB()->email()->sendEmail($email, $subject, $message); |
| | | |
| | | |
| | | if (!$success) { |
| | |
| | | $name |
| | | ); |
| | | |
| | | $success = jvbMail($email, $subject, $content, 'INVITATION REVOKED'); |
| | | $success = JVB()->email()->sendEmail($email, $subject, $content, 'INVITATION REVOKED'); |
| | | if (!$success) { |
| | | JVB()->error()->log( |
| | | 'invitation_revoke_email', |
| | |
| | | |
| | | $key = $this->cache->generateKey($args); |
| | | $cache = $this->cache->get($key); |
| | | $cache = false; |
| | | if ($cache) { |
| | | return new WP_REST_Response($cache); |
| | | } |