wpseek.com
A WordPress-centric search engine for devs and theme authors



_media_button › WordPress Function

Sincen/a
Deprecated3.5.0
_media_button ( $title, $icon, $type, $id )
Defined at:
Codex:

This was once used to display a media button.

Now it is deprecated and stubbed.


Source

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