Add custom Javascript to a WordPress plugin’s admin page and pass PHP variables to it
I’m almost a WordPress geek by now, but I confess I always had trouble including a Javascript file with my own custom scripts in it. And I always used ‘wp_register_script’…