Plugin Directory

Changeset 3451392


Ignore:
Timestamp:
02/01/2026 01:46:07 PM (8 weeks ago)
Author:
gsayed786
Message:

Remove the orion-otp-verification.php file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orion-sms-otp-verification/trunk/orion-sms-otp-verification.php

    r2445776 r3451392  
    11<?php
    22/**
    3  * Orion SMS OTP verification Main File.
     3 * Orion OTP verification Main File.
    44 *
    5  * @package Orion SMS OTP verification
     5 * @package Orion_OTP_Verification
    66 */
     7
     8if ( ! defined( 'ABSPATH' ) ) {
     9    exit;
     10}
    711
    812/*
    913Plugin Name:  Orion SMS OTP Verification
    10 Plugin URI:   https://www.orionhive.com/sms-verifcation
    1114Description:  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
     15Version:      2.0.0
    1416Author:       Imran Sayed, Smit Patadiya
    15 Author URI:   https://www.orionhive.com
     17Author URL:   https://codeytek.org
    1618License:      GPL2
    1719License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.