[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Server-side rendering of the `core/post-featured-image` block.
File Size: | 268 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
render_block_core_post_featured_image( $attributes, $content, $block ) X-Ref |
Renders the `core/post-featured-image` 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 featured image for the current post. |
get_block_core_post_featured_image_overlay_element_markup( $attributes ) X-Ref |
Generate markup for the HTML element that will be used for the overlay. param: array $attributes Block attributes. return: string HTML markup in string format. |
get_block_core_post_featured_image_border_attributes( $attributes ) X-Ref |
Generates class names and styles to apply the border support styles for the Post Featured Image block. param: array $attributes The block attributes. return: array The border-related classnames and styles for the block. |
register_block_core_post_featured_image() X-Ref |
Registers the `core/post-featured-image` block on the server. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |