type_url_form_image()
Deprecated since 3.3.0. It is no longer supported and may be removed in future releases. Use wp_media_insert_url_form() instead.
Handles retrieving the insert-from-URL form for an image.
No Hooks.
Returns
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.8.1
function type_url_form_image() { _deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('image')" ); return wp_media_insert_url_form( 'image' ); }