Get all available block attributes including possible layout attribute from Columns block.
WP_Block_Type::__construct
Constructor.
WP_Block_Type::render
Renders the block type output for given attributes.
WP_Block_Type::is_dynamic
Returns true if the block type is dynamic, or false otherwise. A dynamic block is one which defers its rendering to occur on-demand at runtime.
Advertisement
WP_Block_Type::prepare_attributes_for_render
Validates attributes against the current block schema, populating defaulted and missing values.
WP_Block_Type::set_props
Sets block type properties.
WP_Block_Type::__construct
Constructor.
WP_Block_Type::render
Renders the block type output for given attributes.
Advertisement
WP_Block_Type::is_dynamic
Returns true if the block type is dynamic, or false otherwise. A dynamic block is one which defers its rendering to occur on-demand at runtime.
WP_Block_Type::prepare_attributes_for_render
Validates attributes against the current block schema, populating defaulted and missing values.
WP_Block_Type::set_props
Sets block type properties.
WP_Block_Type::get_attributes
Get all available block attributes including possible layout attribute from Columns block.
Advertisement
WP_Block_Type::set_props
Sets block type properties.
register_block_type_args
Filters the arguments for registering a block type.
WP_Block_Type::get_attributes
Get all available block attributes including possible layout attribute from Columns block.