Remove call of the function cdn_fallback() from the function get_scripts_backend().
Not every theme use jQuery and jQuery UI.
Will be better if theme developer implement CDN fallback by itself or set own CDN URLs for jQuery and jQuery UI in $GS_script_assets and after that call cdn_fallback().
Remove call of the function
cdn_fallback()
from the functionget_scripts_backend()
.Not every theme use jQuery and jQuery UI.
Will be better if theme developer implement CDN fallback by itself or set own CDN URLs for jQuery and jQuery UI in
$GS_script_assets
and after that callcdn_fallback()
.