No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
Did you mean the js and css files or code? If you have very little scripts or styling used, you can simply use them inline. But it’s recommended to use following wordpress plugin functions if you want to include files.
wp_register_script()
wp_enqueue_style()
Hope it helps.