WordPress Version: 4.6
/**
* This was once used to display a media button.
*
* Now it is deprecated and stubbed.
*
* @deprecated 3.5.0
*/
function _media_button($title, $icon, $type, $id)
{
_deprecated_function(__FUNCTION__, '3.5.0');
}
The timeline below displays how wordpress function _media_button has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* This was once used to display a media button.
*
* Now it is deprecated and stubbed.
*
* @deprecated 3.5.0
*/
function _media_button($title, $icon, $type, $id)
{
_deprecated_function(__FUNCTION__, '3.5.0');
}
/**
* This was once used to display a media button.
*
* Now it is deprecated and stubbed.
*
* @deprecated 3.5.0
*/
function _media_button($title, $icon, $type, $id)
{
_deprecated_function(__FUNCTION__, '3.5');
}
/**
* This was once used to display a media button. Now it is deprecated and stubbed.
*
* @deprecated 3.5.0
*/
function _media_button($title, $icon, $type, $id)
{
_deprecated_function(__FUNCTION__, '3.5');
}