Remove Script “jquery-tiptip”
-
I want to remove the script
jquery-tiptiplocated in/assets/js/jquery-tiptip/jquery.tipTip.min.jsI tried it withadd_action( 'wp_print_scripts', 'my_deregister_scripts', 100 ); function my_deregister_scripts() { wp_dequeue_script( 'jquery-tiptip' ); wp_dequeue_script('jquery-tiptip'); }but it doesn’t work
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Remove Script “jquery-tiptip”’ is closed to new replies.