_media_button()
Deprecated from version 3.5.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
This was once used to display a media button.
Now it is deprecated and stubbed.
Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.
No Hooks.
Return
null
. Nothing (null).
Usage
_media_button( $title, $icon, $type, $id );
- $title (required)
- -
- $icon (required)
- -
- $type (required)
- -
- $id (required)
- -
Changelog
Deprecated since | 3.5.0 |
_media_button() media button code WP 6.6.2
function _media_button($title, $icon, $type, $id) { _deprecated_function( __FUNCTION__, '3.5.0' ); }