wp-includes/blocks/image.php

WP文件 2
Server-side rendering of the `core/image` block.
函数/钩子名 描述
block_core_image_ensure_interactivity_dependency (函数) 确保视图脚本具有 `wp-interactivity` 依赖关系。
block_core_image_render_lightbox (函数) 添加灯箱行为所需的指令和布局。
block_core_image_get_lightbox_settings (函数) 将 lightboxEnabled  标志添加到区块数据中。该标志用于确定是否应呈现灯箱。
render_block_core_image (函数) render_block_core_image: 这个函数用来渲染WordPress中的图像块。图片块允许用户在他们的网站上添加图片: 这个函数负责生成图片块的HTML标记。
register_block_core_image (函数) register_block_core_image: 这个函数用来为Gutenberg编辑器注册”图片”块。该区块允许用户在文章或页面中添加图片。

常见问题

FAQs
查看更多 >