{$type}_send_to_editor_url, $html, $src, $link_text
{$type}_send_to_editor_url, $html, $src, $link_text
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('{$type}_send_to_editor_url, $html, $src, $link_text') is found 1 times:
- /wp-admin/includes/ajax-actions.php line 3452
} } /** This filter is documented in wp-admin/includes/media.php */ $html = apply_filters( "{$type}_send_to_editor_url", $html, $src, $link_text ); wp_send_json_success( $html ); } /** * Handles the Heartbeat API via AJAX.