• Resolved alaakhalil

    (@alaakhalil)


    Can I integrate your plugin within my customised wordpress theme? I bought a package from Global SMS gateway and I need to send sms as reminders before customers appointments.. Can I do this with your plugin? If yes, can you please guide me how to do the integration with my wp code?

Viewing 1 replies (of 1 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    You can using the php code for sending sms in your theme.

    See the below code:

    global $sms;
    $sms->to = array(‘Mobile Number’);
    $sms->msg = “Your Message”;
    $sms->SendSMS();
Viewing 1 replies (of 1 total)
  • The topic ‘Integrating your plugin into my customised theme’ is closed to new replies.