apply_filters( 'llms_blocks_render_course_progress_block', string $block_content , array $attributes , LLMS_Blocks_Course_Progress_Block $block )
Filters the block html
Description Description
Parameters Parameters
- $block_content
-
The block's html.
- $attributes
-
The block's array of attributes.
- $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. |