Summery Summery
Adds image html to editor
Syntax Syntax
Parameters Parameters
- $html
-
(Required)
Source Source
File: wp-admin/includes/media.php
* * @param string $html */ function media_send_to_editor( $html ) { ?> <script type="text/javascript"> var win = window.dialogArguments || opener || parent || top; win.send_to_editor( <?php echo wp_json_encode( $html ); ?> ); </script>
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |