NumCheckr is a service that provides advanced validation and information about phone numbers. Integrating NumCheckr with WP SMS enhances the validity check process by using NumCheckr’s API to verify phone numbers. Prerequisites Integration Steps Add NumCheckr API Integration Code First, create a function to call the NumCheckr API and validate the phone number: Modify the […]
Read More
This guide details how to add a filter hook to manage the opt-in status for SMS notifications in the WP SMS Membership Integrations addon for Paid Memberships Pro. Adding the Opt-In Hook To update the opt-in status for SMS alerts, add the following code to your theme’s functions.php file or a custom plugin: Steps to […]
Read More
To ensure the Message Button in the WP SMS plugin appears only on specific devices (such as mobile or desktop), follow these steps to add custom CSS to your website. This guide will help you show the button on mobile devices and provide an example for displaying it only on desktop devices. Steps to Show […]
Read More
The WP SMS plugin comes with several buttons for different functions like “Login with SMS” By default, these buttons have pre-set color styles. However, you can easily change the button colors to match your website’s branding or personal preference. To customize the button colors, follow these simple steps: 1. Copy the Code Snippet Copy the […]
Read More
This guide provides step-by-step instructions on how to configure a custom SMS gateway in your WordPress site using the WP SMS plugin. This is useful for integrating SMS services that are not natively supported by the plugin, allowing for greater flexibility and customization. 1. Custom Gateway Configuration 2. HTTP Settings for Custom Gateway
Read More
WooCommerce recently introduced a new Gutenberg-based checkout block, enhancing the checkout process with more flexibility and customization options. This guide will demonstrate how to validate phone numbers and send SMS notifications using the woocommerce_store_api_checkout_order_processed hook, specifically designed for this new checkout block. Prerequisites Validate Phone Numbers in the New WooCommerce Gutenberg Checkout Block To ensure […]
Read More
1. API Response Check: Verify that the API response is successful. Look for error codes or messages that indicate a problem with the API connection or request parameters. 2. Mobile Number and Country Code Validation: 3. Server Error Log Examination: Review the server error log for any error messages related to SMS sending. These messages can provide […]
Read More
Introduction: The WP SMS plugin simplifies SMS newsletter management. To enhance user experience, it allows unsubscribing via a custom URL. Typically, the plugin employs CSRF checks for security. This guide outlines steps to disable CSRF checking, ensuring smooth unsubscribes without compromising security. Prerequisites: Disabling CSRF Checking: Step 1: Locate WP SMS Files Access your WordPress […]
Read More
In the world of websites and online businesses, staying connected with your audience is key. One effective way to do this is by integrating SMS subscriptions into your WordPress user registration process. This allows you to automatically add new users as SMS subscribers, ensuring they receive important updates directly on their phones. In this guide, […]
Read More
In the world of e-commerce, tailoring communication to your customers’ preferences can greatly enhance their experience. One powerful way to achieve this is by using the WooCommerce platform alongside plugins like WP SMS. This article walks you through a simple method to automatically group customers who purchase specific products and effectively communicate with them using […]
Read More
This guide outlines the process of integrating Elementor forms with an SMS newsletter subscription system. By following these steps, you can automatically add user-submitted form entries to your SMS newsletter subscriber list using the provided code snippet. This integration enhances your website’s functionality by seamlessly capturing user data and extending your reach through SMS newsletters. […]
Read More
In this article, we will guide you through the process of using Easyship to incorporate tracking codes into SMS notifications, ensuring seamless communication and efficient shipment tracking. Generate Tracking Codes in Easyship: Configure SMS Notifications with WP SMS Plugin: Here is an example: By using Easyship and integrating tracking codes into SMS notifications with WP […]
Read More