內容簡介
這個外掛讓WordPress開發人員可以使用一個功能,將簡訊/短信發送到任何手機號碼。
使用此外掛需要在Grapevine Interactive註冊付費帳戶。
這僅是一個服務性的外掛,它本身不會做任何事情,只是讓開發人員可以在適當的時間調用簡訊/短信功能。
程式碼中的使用方法
例如,當您想要發送一則簡訊/短信時,請在適當的位置使用以下程式碼:
<?php if (function_exists("za_co_vine_sms_sendSms")) {
za_co_vine_sms_sendSms("0821234567","message content here");
} ?>
請盡量在WordPress Loop執行的結束附近使用此代碼,因為該函數在執行HTTP post時會阻塞。
外掛標籤
開發者團隊
② 後台搜尋「Grapevine Interactive SMS Plugin」→ 直接安裝(推薦)
原文外掛簡介
This plugin makes a function available to allow WordPress developers to send an sms/text message to whichever phone
number they want.
Usage of this plugin requires signing up and registering for a paid-for account with Grapevine Interactive.
This is a service plugin only, it does not do anything by itself, it just makes the smsing/texting functionality available
for developers to call at appropriate times.
Usage in code
As an example, use the following code wherever you want an sms/text message to be sent:
Try to use this code close to the end of the WordPress Loop execution, as the function will block while doing the HTTP post.
