_insert_into_post_button

函式
_insert_into_post_button ( $type )

insert_into_post_button是一個WordPress函式,它在媒體管理器介面上增加了一個”插入到文章”的按鈕。這個按鈕用於將選定的媒體檔案(如圖片或視訊)插入到WordPress的文章或頁面: 當該按鈕被點選時,所選的媒體檔案就會被插入到文章內容中,通常是作為一個短碼: 這個函式是WordPress的媒體管理器API的一部分,可以被外掛和主題用來擴充套件媒體管理器的功能。

這曾經被用來顯示”插入到文章”的按鈕。

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

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

常見問題

FAQs
檢視更多 >