[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/blocks/ -> image.php (summary)

Server-side rendering of the `core/image` block.

File Size: 42 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  render_block_core_image()
  register_block_core_image()

Functions
Functions that are not part of a class:

render_block_core_image( $attributes, $content )   X-Ref
Renders the `core/image` block on the server,
adding a data-id attribute to the element if core/gallery has added on pre-render.

param: array  $attributes The block attributes.
param: string $content    The block content.
return: string Returns the block content with the data-id attribute added.

register_block_core_image()   X-Ref
Registers the `core/image` block on server.




Generated: Sat Apr 20 01:00:03 2024 Cross-referenced by PHPXref 0.7.1