apply_filters( 'llms_blocks_render_pricing_table_block', string $block_content , array $attributes , LLMS_Blocks_Pricing_Table_Block $block )
Filters the block html
Parameters Parameters
- $block_content
-
(string) The block's html.
- $attributes
-
(array) The block's array of attributes.
- $block
-
(LLMS_Blocks_Pricing_Table_Block) This block object.
Source Source
File: libraries/lifterlms-blocks/includes/blocks/class-llms-blocks-pricing-table-block.php
Changelog Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |