wp-admin/includes/media.php:274Adds image HTML to editor.
$htmlstringneverfunction media_send_to_editor( $html ) { ?> <script> var win = window.dialogArguments || opener || parent || top; win.send_to_editor( <?php echo wp_json_encode( $html, JSON_HEX_TAG | JSON_UNESCAPED_SLASHES ); ?> ); </script> <?php exit;}Introduced in 2.5.0. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
none to never.verified against sourcesrc/wp-admin/includes/media.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.