• 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'], '6.10-alpha', '<' ) ) {
            include_once __DIR__ . '/class_wp_jquery_update_test.php';
        }


    Thank you

The topic ‘Does not work on wp 6.9!’ is closed to new replies.