Load JQuery Remotely
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Load JQuery Remotely’ is closed to new replies.