• Since this hasn’t been updated in forever, some modifications are needed to enable the plugin due to version checking. debug.log will show:

    Not yet qualified with this version of WordPress. Bypassing UGL.

    To fix: comment out lines 229-232 of use-google-libraries.php:

    /*if ( version_compare( get_bloginfo( 'version' ), '4.8', '>=') ) {
    self::debug( 'Not yet qualified with this version of WordPress. Bypassing UGL.' );
    return;
    }*/

    I can confirm jquery.js then loads from Google’s AJAX library (tested on WP 6.6.2)

  • You must be logged in to reply to this review.