For adding external .js files, we use wp_enqueue_script()
And for adding inline code, directly to the page? Should we use wp-footer action, or is there a specific hook for this situation?
For adding external .js files, we use wp_enqueue_script()
And for adding inline code, directly to the page? Should we use wp-footer action, or is there a specific hook for this situation?
This topic has been closed to new replies.