How do you add a script on the footer of the post editor ?
I’m adding a meta box under the post editor and I need to include a javascript before the closing body tag (on the footer)
How do I achieve this ?
The script is not needed on the front-end just on that meta_box (just on the post editor page)
Hook into
'admin_footer-post-new.php'
and'admin_footer-post.php'
, check the global variable$post_type
: