apply_filters( 'llms_blocks_render_course_progress_block', string $block_content , array $attributes , LLMS_Blocks_Course_Progress_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_Course_Progress_Block) This block object.
Source Source
File: libraries/lifterlms-blocks/includes/blocks/class-llms-blocks-course-progress-block.php
Changelog Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |