Hi there,
For speed optimization the site I deregistered the jquery function with this code:
function my_jquery_enqueue() {
wp_deregister_script( ‘jquery’ );
}
Is there a way to register it again?
maybe with this:
function my_jquery_enqueue() {
wp_register_script( ‘jquery’ );
}
Thanks,
Patrick