AbstractBlock::render( array $attributes, string $content )

Render the block. Extended by children.


Description Description


Parameters Parameters

$attributes

(Required) Block attributes.

$content

(Required) Block content.


Top ↑

Return Return

(string) Rendered block type output.


Top ↑

Source Source

File: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php




Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.