I have a small PHP application that need additional support of style.css and myapp.js. I wish to use this application in WordPress generated web pages, post, etc.
If I'm not wrong, The solution is to create a plugin and provide a Shortcode [my-plugin] for wp users.
My question is do plugins are the solution?
Can Shortcode [my-plugin] provide hook to add .css and .js file to the <head> of wp generated webpages?
I'm new to WordPress world.
Thank you.