HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/ielts-store/wp-content/plugins/automatewoo/admin/views/sms-test-twilio.php
<?php
/**
 * Twilio SMS Test Form
 */

defined( 'ABSPATH' ) || exit;

?>

	<div class="automatewoo-sms-test-container">

		<h3><?php esc_html_e( 'Send Test SMS', 'automatewoo' ); ?></h3>

		<table class="form-table">
			<tbody>

			<tr valign="top">

				<th scope="row" class="titledesc">
					<label><?php esc_html_e( 'Recipient', 'automatewoo' ); ?></label>
				</th>

				<td class="forminp">

					<fieldset>
						<legend class="screen-reader-text"><span><?php esc_html_e( 'Recipient', 'automatewoo' ); ?></span></legend>
						<input class="input-text" type="text" id="automatewoo-sms-test-recipient" value="" style="min-width:300px;">
					</fieldset>
				</td>
			</tr>

			<tr>

				<th scope="row" class="titledesc">
					<label><?php esc_html_e( 'Message', 'automatewoo' ); ?></label>
				</th>

				<td class="forminp">

					<fieldset>
						<legend class="screen-reader-text"><span><?php esc_html_e( 'Message', 'automatewoo' ); ?></span></legend>
						<textarea class="input-text regular-input" id="automatewoo-sms-test-message" style="min-width:300px; height: 75px;">Hello World!</textarea>
					</fieldset>
				</td>
			</tr>


			<tr valign="top">

				<th scope="row">
					<fieldset>
						<input id="automatewoo-sms-test-twilio"
							   class="button-primary" type="button"
							   data-loading-text="<?php esc_html_e( 'Sending...', 'automatewoo' ); ?>"
							   value="<?php esc_html_e( 'Send', 'automatewoo' ); ?>"
							>
					</fieldset>
				</th>

				<td></td>
			</tr>

			</tbody>
		</table>


	</div>