Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

fernando_scripts

// Register Script
function fernando_scripts() {

	wp_deregister_script( 'fernando_scripts' );
	wp_register_script( 'fernando_scripts', 'http://www.pruebawp.dev.cc/fernando_scripts.js', false, '1.0', false );
	wp_enqueue_script( 'fernando_scripts' );

}
add_action( 'wp_enqueue_scripts', 'fernando_scripts' );