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



_insert_into_post_button › WordPress Function

Sincen/a
已弃用3.5.0
_insert_into_post_button ( $type )
定义在:
文档:

This was once used to display an 'Insert into Post' button.

Now it is deprecated and stubbed.


源码

function _insert_into_post_button( $type ) {
	_deprecated_function( __FUNCTION__, '3.5.0' );
}