Add this line of code at the top of your child theme function. It should get rid of your error. If not good luck debugging 🙂
wp_enqueue_script('jquery');
Add this line of code at the top of your child theme function. It should get rid of your error. If not good luck debugging 🙂
wp_enqueue_script('jquery');