[wordpress插件] Classipress SMSClassipress短信

wordpress 插件 文章 2020-03-24 07:50 396 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Send SMS to seller in ClassiPress Theme.

以ClassiPress主题向卖家发送短信。

Recently plugin supports following SMS Providers

最近插件支持以下SMS提供商

    1. Textmarketer (http://www.textmarketer.co.uk/)
    2. Textmarketer(http://www.textmarketer.co.uk/)

    3. Sendhub (https://www.sendhub.com/)
    4. Sendhub(https://www.sendhub.com/)

    Note: Only one SMS provider can be enabled at a time.

    注意:一次只能启用一个SMS提供程序。

    Textmarketer API

    Textmarketer API

      1. To use Textmarketer API, Create an account at Textmarketer.
      2. 要使用Textmarketer API,请在Textmarketer上创建一个帐户。

      3. Follow the link http://www.textmarketer.co.uk/signUpGoogle/ to create you textmarketer account.
      4. 点击链接http://www.textmarketer.co.uk/signUpGoogle/创建您的textmarketer帐户。

      5. Enter the username and password from your textmarkter account at the plugin’s settings page.
      6. 在插件的设置页面上,从您的文本标记帐户输入用户名和密码。

      Sendhub API

      Sendhub API

        1. To use sendhub API, you need to create an account at sendhub
        2. 要使用sendhub API,您需要在sendhub上创建一个帐户

        3. Follow the link https://www.sendhub.com/signup/ to create your sendhub account.
        4. 点击链接https://www.sendhub.com/signup/创建您的sendhub帐户。

        5. Enter the api key from your sendhub account at the plugin’s settings page.
        6. 在插件的“设置”页面上,从您的sendhub帐户输入api密钥。

        For Developers

        对于开发人员

          1. Developers can add any other SMS Provider code.
          2. 开发人员可以添加任何其他SMS Provider代码。

          3. Add your class in ‘sms_gateways’ folder.
          4. 将您的课程添加到“ sms_gateways”文件夹中。

          5. Follow the naming structure for your class as described below.
          6. 按照以下说明为您的班级命名。

          7. File name should be ‘yourclassname.php’ (all in small letters).
          8. 文件名应为“ yourclassname.php”(全部用小写字母表示)。

          9. Class name should be Classipress_SMS_Yourclassname (Beginning letter to Uppercase).
          10. 类名应为Classipress_SMS_Yourclassname(大写字母开头)。

          11. Your class must have setting_options() method to call your setting options.
          12. 您的班级必须具有setting_options()方法才能调用您的设置选项。

          13. Your class must have send_sms($message,$mobile) method to send SMS.
          14. 您的班级必须具有send_sms($ message,$ mobile)方法才能发送短信。

安装步骤

    1. Upload the folder classipress_sms to the wp-content/plugins/ directory.
    2. 将文件夹classipress_sms上载到wp-content / plugins /目录。

    3. Activate the plugin through the ‘Plugins’ menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活插件。

    5. Update the plugin’s setting page.

    6. 更新插件的设置页面。

      Add your textmarkter or sendbhu account credentials.

    7. 添加您的文本标记或sendbhu帐户凭据。

下载地址
https://downloads.wordpress.org/plugin/classipress-sms.zip
-EOF-

AI助手支持GPT4.0