type_url_form_image()
Deprecated from version 3.3.0. It is no longer supported and can be removed in future releases. Use wp_media_insert_url_form() instead.
Handles retrieving the insert-from-URL form for an image.
No Hooks.
Return
String
.
Usage
type_url_form_image();
Notes
Changelog
Deprecated since 3.3.0 | Use wp_media_insert_url_form() |
type_url_form_image() type url form image code WP 6.6.2
function type_url_form_image() { _deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('image')" ); return wp_media_insert_url_form( 'image' ); }