golden hour
/home/godaofbq/hyperxpod.com/wp-content/plugins/metform-pro/core/integrations/sms
⬆️ Go Up
Upload
File/Folder
Size
Actions
screen.php
3.16 KB
Del
OK
sms-interface.php
204 B
Del
OK
sms.php
944 B
Del
OK
twilio
-
Del
OK
Edit: sms-interface.php
<?php namespace MetForm_Pro\Core\Integrations\Sms; interface Sms_Interface { /** * @param $form_settings * @param $to */ public function send_sms($form_settings, $to, $message); }
Save