image_attachment_fields_to_edit

函式
image_attachment_fields_to_edit ( $form_fields, $post )
引數
  • (array) $form_fields
    Required:
  • (object) $post
    Required:
返回值
  • (array)
定義位置
相關方法
get_attachment_fields_to_editimage_attachment_fields_to_savemedia_single_attachment_fields_to_editmedia_post_single_attachment_fields_to_editwp_ajax_send_attachment_to_editor
引入
2.5.0
棄用
-

image_attachment_fields_to_edit: 此函式用於為媒體庫中的影象附件建立編輯欄位。

檢索圖片附件欄位,以編輯表格欄位。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function image_attachment_fields_to_edit( $form_fields, $post ) {
return $form_fields;
}
function image_attachment_fields_to_edit( $form_fields, $post ) { return $form_fields; }
function image_attachment_fields_to_edit( $form_fields, $post ) {
	return $form_fields;
}

常見問題

FAQs
檢視更多 >