Changeset 3451395
- Timestamp:
- 02/01/2026 01:53:44 PM (8 weeks ago)
- Location:
- orion-sms-otp-verification/trunk
- Files:
-
- 2 added
- 8 edited
-
css/bootstrap.css (added)
-
css/fontcss.css (added)
-
custom-functions.php (modified) (1 diff)
-
inc/admin-settings.php (modified) (1 diff)
-
inc/form-input-functions.php (modified) (1 diff)
-
inc/otp-form-template.php (modified) (2 diffs)
-
inc/rate-us.php (modified) (1 diff)
-
orion-sms-otp-verification.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
orion-sms-otp-verification/trunk/custom-functions.php
r3451390 r3451395 1 1 <?php 2 2 /** 3 * Custom function sfor the Orion Plugin.3 * Custom function for the Orion Plugin. 4 4 * Contains definition of constants, file includes and enqueuing stylesheets and scripts. 5 5 * -
orion-sms-otp-verification/trunk/inc/admin-settings.php
r3451390 r3451395 10 10 } 11 11 12 // Add action. 12 13 add_action( 'admin_menu', 'ihs_otp_create_menu' ); 13 14 -
orion-sms-otp-verification/trunk/inc/form-input-functions.php
r3451390 r3451395 1 1 <?php 2 2 /** 3 * Function to generate Plugin Settings form 3 * Function to generate Plugin Settings form. 4 4 * 5 5 * @package Orion SMS OTP verification -
orion-sms-otp-verification/trunk/inc/otp-form-template.php
r3451390 r3451395 1 1 <?php 2 2 /** 3 * OTP Form template 3 * OTP Form template. 4 4 * 5 5 * @package Orion SMS OTP Verification … … 9 9 <div class="wrap orion-otp-mega-wrapper"> 10 10 <div class="jumbotron"> 11 <h6 class="mb-0 text-white lh-100">Orion SMS OTP Verification </i></h6>11 <h6 class="mb-0 text-white lh-100">Orion SMS OTP Verification.</i></h6> 12 12 <small><?php esc_html_e( 'by', 'orion-sms-otp-verification' ); ?> Imran Sayed, Smit Patadiya</small> 13 13 </div> -
orion-sms-otp-verification/trunk/inc/rate-us.php
r3451390 r3451395 12 12 if ( ! function_exists( 'ihs_get_rate_us_content' ) ) { 13 13 /** 14 * Get rating content.14 * Get the rating content. 15 15 * 16 16 * @return string -
orion-sms-otp-verification/trunk/orion-sms-otp-verification.php
r3451392 r3451395 1 1 <?php 2 2 /** 3 * Orion OTP verification Main File.3 * Orion's OTP verification Main File. 4 4 * 5 5 * @package Orion_OTP_Verification -
orion-sms-otp-verification/trunk/readme.txt
r3451390 r3451395 1 === Orion SMS OTP Verification ===1 === Orion SMS OTP Verification. === 2 2 Contributors: gsayed786, smitpatadiya 3 3 Tags: twilio, twilio wordpress plugin, sms notification, msg91,twilio sms wordpress plugin -
orion-sms-otp-verification/trunk/style.css
r3451390 r3451395 1 1 /** 2 * Plugin's Styles .2 * Plugin's Styles 3 3 */ 4 4
Note: See TracChangeset
for help on using the changeset viewer.