Documentation Tag: User

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

Customize SMS Subscription with wp_sms_add_subscriber

This action allows you to perform custom actions when a new user subscribes to SMS notifications in WordPress. Use this action to trigger events or integrate with other services when a user opts in to receive SMS updates. Example: Send an SMS to a user when registering a new subscriber.

Read More Read more

halloween