[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/blocks/ -> post-content.php (summary)

Server-side rendering of the `core/post-content` block.

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

Defines 2 functions

  render_block_core_post_content()
  register_block_core_post_content()

Functions
Functions that are not part of a class:

render_block_core_post_content( $attributes, $content, $block )   X-Ref
Renders the `core/post-content` block on the server.

param: array    $attributes Block attributes.
param: string   $content    Block default content.
param: WP_Block $block      Block instance.
return: string Returns the filtered post content of the current post.

register_block_core_post_content()   X-Ref
Registers the `core/post-content` block on the server.




Generated: Thu Apr 18 01:00:02 2024 Cross-referenced by PHPXref 0.7.1