Resources

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 <a href="https://wp-sms-pro.com/resources/wp_sms_render_quick_reply/" title="wp_sms_render_quick_reply()">wp_sms_render_quick_reply()</a> 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 […]

Read More Read more

Send SMS through the website (Front-end)

By registering the following shortcode in your functions.php the theme, you can show the send SMS form for your visitors by this shortcode: [wpsms_send_form] The receiver of SMS is the admin mobile number, you can change the receiver number if you wish!

Read More Read more

Unsubscribe/Opt-Out mobile number by URL

The subscribers can unsubscribe/Opt-Out from the SMS newsletter by URL https://yourdomain.com/?wpsms_unsubscribe=01111111111 How to send the Unsubscribe/Opt-Out link in welcome SMS? You may include the Unsubscribe/Opt-Out link automatically in the welcome SMS? use the below filter in your functions.php theme. How to customize the unsubscribe URL: You may modify the ?wpsms_unsubscribe query string in the URL […]

Read More Read more

Send welcome SMS to new subscribers

By enabling the welcome SMS,  you can send welcome SMS to new subscribers, if you’d like to send an Unsubscribe/Opt-Out link at the end of the welcome messages, check out the Unsubscribe/Opt-Out mobile number by URL article. You just need to navigate to SMS → Settings → SMS Newsletter.

Read More Read more

Troubleshoot WP SMS Scheduling Issues

Adjustment of the Timezone The most likely scheduling issue might be related to the timezone, so first of all make sure the timezone is adjusted properly. Replace the Cronjob Since the scheduling SMS works by WordPress cronjob and the WordPress Cronjob doesn’t work if there is no visitor on the website! Please see the below […]

Read More Read more

Translate WP SMS (Localization)

Web globalization and internationalizing websites are vital because many web users are non-English speakers. So creating multi-lingual websites is important and will help thousands of users. WP SMS plugin has been translated into many languages, and it is translation-ready so that you can translate it to any language. 1. Helping Translate WP SMS (Suggested) WordPress.org […]

Read More Read more

Secure Login with Two-Factor Authentication SMS (2FA)

Two-Factor Authentication SMS (2FA) is available on WP SMS for verifying customers’ mobile. You can use it just in the WordPress default login and WooCommerce checkout forms. 2FA for WordPress WordPress 2FA allows you to verify your mobile number by sending a one-time password to the users who entered the mobile number. You can verify your […]

Read More Read more

Converting Contact Form 7 Entries into Subscribers

If you wish to store your client’s contact information in the WP SMS newsletter using contact form 7, the following function will assist you in doing so easily. In order to display the list of groups on your form, you must first create a dropdown field in Contact Form 7 that includes the groups. Then […]

Read More Read more