AbstractBlock::get_block_type_render_callback()
Get the render callback for this block type.
Description Description
Dynamic blocks should return a callback, for example, return [ $this, 'render' ];
See also See also
Return Return
(callable|AutomatticWooCommerceBlocksBlockTypesnull;)
Source Source
File: packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php