Quick Reply for SMS with wp_sms_render_quick_reply()

Updated on Jan 03, 2023

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. Let’s get started!

Parameters

wp_sms_render_quick_reply($number, $group_id = false)
  • $number (string) (Required): The quick reply feature will be enabled for the provided number (or group)
  • $group_id (int | bool) (default value: false) (Optional): If the clicked item is a group, then its group ID will be passed to the function

For more information, visit this page.