wp-includes/blocks/gallery.php

WP檔案 3
Server-side rendering of the `core/gallery` block.
函式/鉤子名 描述
register_block_core_gallery (函式) register_block_core_gallery: 這個函式用來為Gutenberg編輯器註冊”畫廊”塊。該區塊允許使用者在文章或頁面中新增圖片庫。
block_core_gallery_render (函式) block_core_gallery_render: 這個函式用來渲染一個相簿塊。它接收一個塊資料的陣列作為引數,並返回畫廊的HTML。
block_core_gallery_data_id_backcompatibility (函式) block_core_gallery_data_id_backcompatibility: 該函式用於檢索相簿塊中圖片的附件ID。它接收一個塊資料的陣列作為引數,並返回附件ID。

常見問題

FAQs
檢視更多 >