Documentation Tag: Number

How to Enable Quick Reply SMS For a Custom Number in WordPress Admin?

1. Call the function: To enable the quick reply feature for a number or a group of subscribers, first, you must call wp_sms_render_quick_reply() function where the user’s number or the group name is printed in the front-end files. 2. Echo the template: Then you must echo the following helper on the front-end page that you […]

Read More Read more

Quick Reply for SMS with wp_sms_render_quick_reply()

In this document, we will show you how to use the wp_sms_render_quick_reply() function to enable the quick reply feature for a given phone number or group of numbers in the WP SMS plugin for WordPress. The quick reply feature allows users to quickly and easily respond to SMS messages with predefined responses or custom text. […]

Read More Read more

Optimize SMS Sender’s Number with ‘wp_sms_from’

Overview The WP SMS plugin includes a filter called “wp_sms_from” that allows you to modify the sender’s phone number for SMS messages sent through the plugin. This filter can be useful if you want to customize the phone number that messages are sent from, or if you want to use a different phone number for […]

Read More Read more

Optimize SMS Recipients with ‘wp_sms_to’

Overview The WP SMS plugin includes a filter called “wp_sms_to” that allows you to modify the receiver’s phone number for SMS messages sent through the plugin. This filter can be useful if you want to customize the phone numbers that messages are sent to, or if you want to add additional recipients to the messages. […]

Read More Read more

Send SMS Messages with wp_sms_send() in WordPress

In this document, we will show you how to use the wp_sms_send() function to send SMS messages through the WP SMS plugin for WordPress. This function is a powerful tool that allows you to send SMS messages to any phone number or group of numbers, with customizable text and options. We will provide you with […]

Read More Read more