wpseek.com
WordPress开发者和主题制作者的搜索引擎



type_url_form_image › WordPress Function

Sincen/a
已弃用3.3.0
type_url_form_image ( 没有参数 )
查看:
返回:
  • (string)
定义在:
文档:

Handles retrieving the insert-from-URL form for an image.



源码

function type_url_form_image() {
	_deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('image')" );
	return wp_media_insert_url_form( 'image' );
}