process_email( $to, $subject, $message, $headers, $attachments ); if( is_wp_error( $response ) ) { return false; } return true; } endif;