Functions

How to Customize Username Format in WP SMS Pro for Mobile Registration

The WP SMS Pro allows users to register using their mobile numbers. By default, it creates usernames in the format phone_XXXX, where XXXX represents the sanitized mobile number. However, you may want to customize this format to fit your website’s needs better. For example, instead of phone_XXXX, you might prefer usernames like newuser_XXXX. This can […]

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

wp_sms_subscriber_form()

Description Showing the subscribers form. Simple Example Adding the subscribers from a page template. Advanced Example Adding the subscribers from a page template with custom fields

Read More Read more

Get Options with wp_sms_get_option() in WordPress

In this document, we will show you how to use the wp_sms_get_option() function to retrieve any available options from the WP SMS or WP SMS Pro plugin for WordPress. This function returns a variety of settings and options values for your SMS messages to you, as well as options from the default WordPress installation. Let’s […]

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

halloween