WordPress Plugin Development – Using JavaScript
This forms part of my Wordpress Plugin Development Series. In this section we add JavaScript to a plugin. WP_Enqueue_Script We use Wordpress’ built in function wp_enqueue_script to add JavaScript into a Wordpress file. If you want to see an in depth explanation of the function, see Wordpress Codex Enqueueing your JavaScript In the last section,…