WordPress (Understrap framework) custom JS not working
I'm developing a Wordpress custom theme using the child-theme of Understrap. I'm adding my custom jQuery to child-theme > src > js > custom-javascript.js, and the file is already commented with "// Add your custom JS here." https://github.com/understrap/understrap-child/blob/main/src/js/custom-javascript.js I did…