Plugin Directory

Changeset 3424542


Ignore:
Timestamp:
12/21/2025 09:59:29 AM (3 months ago)
Author:
wpconsults
Message:

Release version 1.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • badgeshift-for-recaptcha/trunk/badge-shift-for-recaptcha.php

    r3092592 r3424542  
    33 * Plugin Name: BadgeShift for ReCAPTCHA
    44 * 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.2
     5 * Version: 1.0.3
    66 * Author: WpConsults LLC
    77 * Author URI: https://www.wpconsults.com/
     
    1313/// Enqueue custom CSS with dynamic values
    1414function badge_shift_enqueue_styles() {
    15     $plugin_version = '1.0.0'; // Set your plugin version here
     15    $plugin_version = '1.0.3'; // Set your plugin version here
    1616     wp_enqueue_style( 'badge-shift-recaptcha-css', plugins_url( 'badge-shift-recaptcha.css', __FILE__ ), array(), $plugin_version );
    1717
Note: See TracChangeset for help on using the changeset viewer.