
內容簡介
這個簡單的外掛是針對開發人員開發的。
無法單獨使用!因為它沒有最終使用者功能。
這個外掛一旦完成您的簡訊設定,您現在可以在 WordPress 的所有地方使用簡訊功能。
您可以在 inc/providers 資料夾中新增新的簡訊供應商。 Netgsm_Provider.php 可以為您提供範例!更多詳細資訊請聯繫我們:[email protected]
這個範例供應商使用 WordPress HTTP API 與 GET 方法。連接供應商 API 網址,並處理結果。
如何使用?
再次強調,這是一個開發人員外掛。您無法將此外掛程式用作最終使用者。
發送簡訊:使用 wp_sms_send_sms($receiver_number, $message)。如果您不認識這個函數,您可以包含檔案 ABSPATH . '/wp-content/plugins/wp-sms-functions/inc/functions.php'。包含太多次不會造成問題。它會保護自己免於此情況發生。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This simple plugin developed for developers.
Can not be used alone! yet, it does not have an end-user feature.
It completes your sms settings once and you can now use SMS functions in all WordPress.
You can add new SMS provider to inc/providers folder. Netgsm_Provider.php may be example for you! For more detail please write us: [email protected]
This example provider use WordPress HTTP API with GET method. Connect provider API url and processes the results.
How to use?
Again it is worth mentioning, this is a developer plugin. You can’t use this plug-in as an end-user.
For SMS sending: Use wp_sms_send_sms($receiver_number, $message). If this function unknowned, you can include file ABSPATH . '/wp-content/plugins/wp-sms-functions/inc/functions.php'. Including too many times will not cause problems. It will protect itself against it.
