Warning: This function has been deprecated.
_media_button() WordPress Function
The media_button() function allows you to add a button to the WordPress media popup. The button can be used to insert shortcodes, as well as other content.
_media_button( $title, $icon, $type, $id ) #
This was once used to display a media button.
Description
Now it is deprecated and stubbed.
Source
File: wp-admin/includes/deprecated.php
function _media_button($title, $icon, $type, $id) { _deprecated_function( __FUNCTION__, '3.5.0' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |