2548 * Filters the insert media from URL form HTML.2549 *2550 * @since 3.3.02551 *2552 * @param string $form_html The insert from URL form HTML.2553 */2554 echo apply_filters( 'type_url_form_media', wp_media_insert_url_form( $type ) );25552556 ?>2557</div>2558</div>2559</form>2560<?php
History
Introduced in 3.3.0. Unchanged from 6.7.7 through 7.1.0.