You appear to be a bot. Output may be restricted
Description
Registers the block for use in Gutenberg This is done via an action so that we can disable registration if we need to.
Usage
register_block();
Parameters
Returns
void
Source
File name: jetpack/extensions/blocks/amazon/amazon.php
Lines:
1 to 7 of 7
function register_block() { Blocks::jetpack_register_block( BLOCK_NAME, array( 'render_callback' => __NAMESPACE__ . '\load_assets' ) ); }