Tagged Questions
4
votes
1answer
166 views
Which method is best to enqueue scripts
I'm currently authoring the development of a plugin for wordpress, and I'm having trouble figuring out which would be the best way to add scripts to the plugin. I'm in the process of adding more ...
0
votes
1answer
120 views
Loading Images from Javascript on the Front End
I'm getting some 404 errors on image paths in this plugin I'm building.
I'm trying to build a plugin that has some Javascript and images (like a close icon and a progress bar) that I want to load on ...
0
votes
1answer
196 views
wp_enqueue_script not loading my custom js file
I am using the following code below in my functions.php, However app.js is not found when I inspect it in the resources tab.
It is looking for it in ...