// Move jQuery para o footer add_action('wp_enqueue_scripts',function(){wp_deregister_script('jquery');wp_register_script('jquery',includes_url(/js/jquery/jquery.min.js),[],'3.7.1',true);wp_enqueue_script('jquery')},99);