Description
Handles sending an attachment to the editor via AJAX. Generates the HTML to send an attachment to the editor. Backward compatible with the {@see 'media_send_to_editor'} filter and the chain of filters that follow.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/ajax-actions.php | 3370 |
wp-admin/includes/media.php | 858 |
PHP Doc
/**
* Handles sending an attachment to the editor via AJAX.
*
* Generates the HTML to send an attachment to the editor.
* Backward compatible with the {@see 'media_send_to_editor'} filter
* and the chain of filters that follow.
*
* @since 3.5.0
*/