Send SMS using public function from another plugin
-
Hi Team
I wish to send SMS from another plugin using the
public function send_custom_sms($data)on line #701 in SMSAlert-wc-order-sms.php. What data will I need to pass?Currently I have:
$sendSMS = new smsalert_WC_Order_SMS(); $sendSMS->send_custom_sms();
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Send SMS using public function from another plugin’ is closed to new replies.