_media_button

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.

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');
}

WordPress Version: 4.4

/**
 * 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');
}

WordPress Version: 3.7

/**
 * 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');
}