I want to use wp_enqueue_script
to load media.js
from frond end. I use Win Grep searching through the whole WP dir, couldn’t find which handle this media.js
was registered.
in this media.js
, there’s a function findpost.open
, that’s what I need.
Could anybody tell the handle?

1 Answer
The handle is media
. View in source, line 403.