_media_button

函数


_media_button ( $title, $icon, $type, $id )
定义位置
  • wp-admin/includes/deprecated.php
    , line 1081
引入
弃用
3.5.0

This was once used to display a media button.

Now it is deprecated and stubbed.

function _media_button($title, $icon, $type, $id) {
	_deprecated_function( __FUNCTION__, '3.5.0' );
}