• Resolved leo4all

    (@leo4all)


    How can I change the jquery version from CDN. Is there any way to specify the version??

    // load wp's jq version
    // load_jquery_remotely()
    global $wp_scripts ;
    if ( isset( $wp_scripts->registered[ 'jquery' ]->ver ) ) {
       $v = $wp_scripts->registered[ 'jquery' ]->ver ;
    }
    
Viewing 1 replies (of 1 total)
  • Plugin Support Hai Zheng?

    (@hailite)

    It is using your WP’s jquery version, for the compatibility. If you want to change it, please change WP’s one before hook init.

Viewing 1 replies (of 1 total)
  • The topic ‘Load JQuery Remotely’ is closed to new replies.