_media_button

函式
_media_button ( $title, $icon, $type, $id )

_media_button: 這個鉤子用於在WordPress媒體編輯器中新增一個自定義按鈕。

這曾經被用來顯示一個媒體按鈕。

現在它已被棄用並被存根。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function _media_button($title, $icon, $type, $id) {
_deprecated_function( __FUNCTION__, '3.5.0' );
}
function _media_button($title, $icon, $type, $id) { _deprecated_function( __FUNCTION__, '3.5.0' ); }
function _media_button($title, $icon, $type, $id) {
	_deprecated_function( __FUNCTION__, '3.5.0' );
}

常見問題

FAQs
檢視更多 >