[wp-hackers] Functions that Fire during "crunching"

Kaspars Dambis kaspars at konstruktors.com
Mon May 11 19:04:36 GMT 2009


>
> Is there a list of functions that are being fired?

Is there a particular file where all this is happening? If so, where?


Nathan, I would start by looking at http://lab.yukei.net/wp-trunk*
/wp-includes/js/swfupload/handlers.dev.js*.source.html
which calls http://lab.yukei.net/wp-trunk*/wp-admin/async-upload.php*
.source.html

where $id = *media_handle_upload*('async-upload', $_REQUEST['post_id']);

in http://lab.yukei.net/wp-trunk/nav.html?wp-admin*/includes/media.php*
.source.html#l171

starts the upload procedure.

Regards,
Kaspars


More information about the wp-hackers mailing list