Changeset 3451392
- Timestamp:
- 02/01/2026 01:46:07 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orion-sms-otp-verification/trunk/orion-sms-otp-verification.php
r2445776 r3451392 1 1 <?php 2 2 /** 3 * Orion SMSOTP verification Main File.3 * Orion OTP verification Main File. 4 4 * 5 * @package Orion SMS OTP verification5 * @package Orion_OTP_Verification 6 6 */ 7 8 if ( ! defined( 'ABSPATH' ) ) { 9 exit; 10 } 7 11 8 12 /* 9 13 Plugin Name: Orion SMS OTP Verification 10 Plugin URI: https://www.orionhive.com/sms-verifcation11 14 Description: SMS/OTP verification and Notification for all forms via Twilio or MSG91. So user can't submit form without verifying mobile number. User verification via SMS. 12 Also reset password via SMS/OTP. 13 Version: 1.1.7 15 Version: 2.0.0 14 16 Author: Imran Sayed, Smit Patadiya 15 Author UR I: https://www.orionhive.com17 Author URL: https://codeytek.org 16 18 License: GPL2 17 19 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.