Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jkindness

    (@jkindness)

    I solved the problem. I was loading some custom javascript and I did not declare jquery as a dependency:
    Here is the solution in case anyone else has this problem:
    wp_enqueue_script(‘custom’, get_stylesheet_directory_uri() . ‘/custom.js’, array( ‘jquery’ ));

Viewing 1 replies (of 1 total)