• Does this plugin not work on WordPress 6.9.

    please change to

        if ( version_compare( $GLOBALS['wp_version'], '6.5', '>=' ) && version_compare( $GLOBALS['wp_version'], '9.10-alpha', '<' ) ) {
    include_once __DIR__ . '/class_wp_jquery_update_test.php';
    }


    Thank you

You must be logged in to reply to this topic.