Changeset 3424542
- Timestamp:
- 12/21/2025 09:59:29 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
badgeshift-for-recaptcha/trunk/badge-shift-for-recaptcha.php
r3092592 r3424542 3 3 * Plugin Name: BadgeShift for ReCAPTCHA 4 4 * Description: BadgeShift for ReCAPTCHA will allow you to <strong>move the Google reCAPTCHA v3 badge to the left side.</strong> Just install and it's done. The plugin is super lightweight so adding it will not slow down your website. It also allow you to <strong>Hide the badge and adjust its position.</strong> Go to settings> BadgeShift for Recaptcha to hide the recaptcha badge or adjust the position. 5 * Version: 1.0. 25 * Version: 1.0.3 6 6 * Author: WpConsults LLC 7 7 * Author URI: https://www.wpconsults.com/ … … 13 13 /// Enqueue custom CSS with dynamic values 14 14 function badge_shift_enqueue_styles() { 15 $plugin_version = '1.0. 0'; // Set your plugin version here15 $plugin_version = '1.0.3'; // Set your plugin version here 16 16 wp_enqueue_style( 'badge-shift-recaptcha-css', plugins_url( 'badge-shift-recaptcha.css', __FILE__ ), array(), $plugin_version ); 17 17
Note: See TracChangeset
for help on using the changeset viewer.