PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.1.1
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.1.1
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
← All changes | includes/email/gateways/interface-mailer.php +7 -5 1.6.261.1.1 View file →
@@ -1,5 +1,7 @@
1 -<?php
2 -
3 -interface WeForms_Mailer_Contract {
4 - public function send( $to, $subject, $body, $headers );
5 -}
1 +<?php
2 +
3 +interface WeForms_Mailer_Contract {
4 +
5 + public function send( $to, $subject, $body, $headers );
6 +
7 +}