PluginProbe
WANotifier for Forms and Actions / 3.1.1
WANotifier for Forms and Actions v3.1.1
3.1.1 3.1.0 3.0.4 2.7.10 2.7.11 2.7.12 2.7.13 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 3.0.0 3.0.1 3.0.2 3.0.3 trunk 0.1.0 0.1.1 1.0.0 1.0.1 1.0.2 All 67 releases
← All changes | includes/classes/integrations/class-notifier-cf7.php +1 -1 3.0.13.1.1 View file →
@@ -110,9 +110,9 @@
110 110
111 111 $recipient_fields = array();
112 112 foreach($form_fields as $field){
113 113
114 - if('tel' != $field->basetype){
114 + if(!in_array($field->basetype, array('tel', 'phonefield'))){
115 115 continue;
116 116 }
117 117
118 118 $field_name = $field->name;