Changeset 1271552
- Timestamp:
- 10/23/2015 06:29:47 AM (10 years ago)
- File:
-
- 1 edited
-
email-mentioned/trunk/email-mentioned.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
email-mentioned/trunk/email-mentioned.php
r1271540 r1271552 137 137 138 138 //Send the message to each one mentioned 139 echo "logitud".count($people_mentioned);140 139 foreach($people_mentioned as $participant_mentioned) 141 140 { … … 144 143 if ($email != "") 145 144 { 146 wp -email ($email, $the_subject, $the_message);145 wp_mail ($email, $the_subject, $the_message); 147 146 } 148 147 }
Note: See TracChangeset
for help on using the changeset viewer.