No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
// remove tooltip box add_action( ‘wp_print_scripts’, ‘de_script’, 100 ); function de_script() { wp_dequeue_script( ‘jquery-tiptip’ ); wp_deregister_script( ‘jquery-tiptip’ ); }
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.