Title: WP SMS Functions
Author: Gri
Published: <strong>জুলাই 4, 2019</strong>
Last modified: অক্টোবর 31, 2023

---

প্লাগিন অনুসন্ধান

![](https://ps.w.org/wp-sms-functions/assets/banner-772x250.png?rev=2117366)

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

![](https://ps.w.org/wp-sms-functions/assets/icon-256x256.png?rev=2117366)

# WP SMS Functions

 তৈরি করেছেন [Gri](https://profiles.wordpress.org/grilabs/)

[Download](https://downloads.wordpress.org/plugin/wp-sms-functions.zip)

 * [বিস্তারিত](https://bn.wordpress.org/plugins/wp-sms-functions/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/wp-sms-functions/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/wp-sms-functions/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/wp-sms-functions/#developers)

 [Support](https://wordpress.org/support/plugin/wp-sms-functions/)

## Description

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](https://developer.wordpress.org/plugins/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.

## Installation

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.

## FAQ

### 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](https://codex.wordpress.org/Plugin_API/Action_Reference/init).
 * 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.

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“WP SMS Functions” is open source software. The following people have contributed
to this plugin.

কন্ট্রিবিউটর

 *   [ Gri ](https://profiles.wordpress.org/grilabs/)

[Translate “WP SMS Functions” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-sms-functions)

### ডেভেলপমেন্ট এ আগ্রহী?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-sms-functions/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-sms-functions/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-sms-functions/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-sms-functions/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.7

 * Asist SMS provider added.

#### 1.2.6

 * Gri SMS provider updated.

#### 1.2.5

 * Gri SMS provider updated.

#### 1.2.4

 * Gri SMS provider added.
 * Verimor provider some improvements.

#### 1.2.3

 * Improvements for NetGSM operator.

#### 1.2.2

 * Added new provider: BatmanTopluSMS
 * Some small bugs fixed.

#### 1.2.1

 * Added new provider: UygunSMS

#### 1.2

 * Added new provider: BizimSMS
 * All providers migrated to new version.
 * NetGSM SOAP method added.
 * NEW FEATURE: Debug mode
 * NEW FEATURE: Send test SMS

#### 1.1.2

 * Added new provider: Mobildev

#### 1.1

 * Added new providers: Iletimerkezi, Jetsms, Mutlucell
 * cURL Post method created.

#### 1.0

 * This is the launch version. No changes yet.

## মেটা

 *  Version **1.2.8**
 *  শেষ আপডেট করা হয়েছে **3 বছর আগে**
 *  Active installations **70+**
 *  WordPress version ** 4.9 or higher **
 *  Tested up to **5.8.17**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-sms-functions/)
 * ট্যাগ
 * [Send message](https://bn.wordpress.org/plugins/tags/send-message/)[sms](https://bn.wordpress.org/plugins/tags/sms/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/wp-sms-functions/advanced/)

## Ratings

এখনো কোনো রিভিউ জমা দেওয়া হয়নি।

[Your review](https://wordpress.org/support/plugin/wp-sms-functions/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-sms-functions/reviews/)

## কন্ট্রিবিউটর

 *   [ Gri ](https://profiles.wordpress.org/grilabs/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-sms-functions/)