Plugin / WP SMS

VeronaLabs

Frequently Asked Questions (FAQ)

You can see the list of all supported gateways through this link. More gateways are supported in the Pro. The followings are the supported gateways for the Pro version: Twilio.com Plivo.com Clickatell.com Bulksms.com Infobip.com Nexmo.com Clockworksms.com Messagebird.com Clicksend.com Smsapi.com Dsms.in Esms.vn Isms.com.my Sms4marketing.it Magicdeal4u.com Alfa-cell.com Moceansms.com Msg91.com Msg360.in Livesms.eu Ozioma.net Pswin.com Ra.sa Smsfactor.com Textmarketer.co.uk Smslive247.com Sendsms247.com Ssdindia.com Viensms.com Vsms.club Websms.at Smstrade.de Bulksmshyderabad.co.in Yamamah.com Cellsynt.net Cmtelecom.com Zain.im
User Verification Registration through SMS Scheduled SMS feature (To schedule SMS sending). Professional support & ticketing More supported gateways (listed above) Integrations with more plugins as listed below: Integration with BuddyPress: You can add mobile number fields to the profile page, send SMS to users when they’re mentioned in a post, and send SMS to users when they comment on a post. Integration with WooCommerce: You can add mobile number fields to the checkout page, send sms to users or subscribers when a new product is added to WooCommerce, send SMS to Admin when a new order is submitted in WooCommerce. When the stock is low, the plugin can send SMS to notify Admin. Also, you can send SMS to customers when the orders are changed. Integration with Gravity forms: The plugin can send SMS to users and Admin after the form is submitted. Integration with Quform: The plugin can send SMS to users or Admin after the form is submitted. Integration with Easy Digital Downloads: You can add mobile number fields to the profile page, and send SMS to users or Admin when an order is submitted with EDD. Integration with WP Job Manager: You can add mobile number fields to Job forms and send SMS to employers or Admin when a job is requested with WP Job Manager. Integration with Ultimate Members plugin.
You can buy the Pro pack version through this link
Yes! WP SMS is compatible with PHP version 7.3
$to = array(‘Mobile Number’); $msg = “Your Message”; $is_flash = true; // Only if wants to send flash SMS, else you can remove this parameter from function. wp_sms_send( $to, $msg, $is_flash );
Run the following action when sending SMS with this plugin: wp_sms_send Example: Send emails when sending SMS function send_mail_when_send_sms($message_info) { wp_mail('[email protected]', 'Send SMS', $message_info); } add_action('wp_sms_send', 'send_mail_when_send_sms'); Run the following action when subscribing a new user. wp_sms_add_subscriber Example: Send Welcome SMS to users when they are registered. function send_sms_when_subscribe_new_user($name, $mobile) { $to = array($mobile); $msg = "Hi {$name}, Thanks for subscribe."; wp_sms_send( $to, $msg ) } add_action('wp_sms_add_subscriber', 'send_sms_when_subscribe_new_user', 10, 2);
You can use the following filter to modify numbers. wp_sms_from Example: Add 0 to the end of the sender number function wp_sms_modify_from($from) { $from = $from . ' 0'; return $val; } add_filter('wp_sms_from', 'wp_sms_modify_from'); You can use the following filter to modify the receivers’ numbers. wp_sms_to Example: Add new numbers to your numbers function wp_sms_modify_receiver($numbers) { $numbers[] = '09xxxxxxxx'; return $numbers; } add_filter('wp_sms_to', 'wp_sms_modify_receiver'); You can use the following filter to modify text messages wp_sms_msg Example: Add signatures to messages that are sent function wp_sms_modify_message($message) { $message = $message . ' /n Powerby: WP-SMS'; return $message; } add_filter('wp_sms_msg', 'wp_sms_modify_message');
Yes. Up to now, we’ve just registered one endpoint in the plugin. Add new subscribes to SMS newsletters. POST /wpsms/v1/subscriber/add
We can customize the plugin based on your need. Just visit our Plugin Development Services.

Ratings

3.6
53 reviews

Rating breakdown

Details Information

Version

5.2.1

First Released

06 Feb, 2012

Total Downloads

220,560

Wordpress Version

3.0 or higher

Tested up to:

5.3

Require PHP Version:

5.6 or higher

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.