Linux 软件免费装
Banner图

WP SMS Functions

开发者 grilabs
更新时间 2023年10月31日 16:32
PHP版本: 7.0 及以上
WordPress版本: 5.8
版权: GPLv2 or later
版权网址: 版权信息

标签

sms send message

下载

1.1

详情介绍:

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: wp@gri.net 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.

安装:

This section describes how to install the plugin and get it working.
  1. Upload the plugin files to the /wp-content/plugins/wp-sms-functions directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings->SMS Provider screen to configure the plugin
  4. Select your SMS provider(SMS operator) and fill required settings. If you entered incorrect credentials for SMS account, you can see error message in this screen.
  5. After successfully installation, you can use SMS functions in everywhere of WP.

常见问题:

How to add new provider to use?

  • First, clone example provider file(inc/providers/Netgsm_Provider.php) as your provider name in inc/providers directory. All of php files in this directory will be included with WP init action.
  • Set your provider name and slug in __construct and set settings fields in fields method. In settings method, you must input fields for settings page.
  • Lastly create or modify send_sms method in your provider class. You can get options and trigger to send SMS.

更新日志:

1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2 1.1.2 1.1 1.0