wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/blocks/image.php › WordPress File
Functions5
› Server-side rendering of the `core/image` block.
Function | Short description |
---|---|
block_core_image_get_lightbox_settings | Adds the lightboxEnabled flag to the block data. |
block_core_image_print_lightbox_overlay | - |
block_core_image_render_lightbox | Adds the directives and layout needed for the lightbox behavior. |
register_block_core_image | Registers the `core/image` block on server. |
render_block_core_image | Renders the `core/image` block on the server, adding a data-id attribute to the element if core/gallery has added on pre-render. |