showing results for - "hoverintent min js wordpress error"
Valeria
24 Jan 2016
1// Solution to confliction of jquery with seo plugin - Backend Side
2
3function webslaw_hoverintent_reload() {
4    wp_deregister_script('hoverIntent');
5    wp_register_script('hoverIntent', ( 'https://cdnjs.cloudflare.com/ajax/libs/jquery.hoverintent/1.10.1/jquery.hoverIntent.min.js'), array('jquery'), 'r6.1');
6}
7add_action('admin_init', 'webslaw_hoverintent_reload');
similar questions
queries leading to this page
hoverintent min js wordpress error