media_send_to_editor, $html, $id, $attachment
media_send_to_editor, $html, $id, $attachment
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('media_send_to_editor, $html, $id, $attachment') is found 1 times:
- /wp-admin/includes/ajax-actions.php line 3380
} } /** This filter is documented in wp-admin/includes/media.php */ $html = apply_filters( 'media_send_to_editor', $html, $id, $attachment ); wp_send_json_success( $html ); } /** * Handles sending a link to the editor via AJAX.