LearnDash_Gutenberg_Block_Exam::render_block_exam_question_correct_message( array $block_attributes = array(), string $block_content = '', WP_block $block = null )
Render Exam Question Correct Message Block
Description #
This function is called per the register_block_type() function above. This function will output the block rendered content.
Parameters #
- $block_attributes
-
(array) (Optional) The block attributes.
Default value: array()
- $block_content
-
(string) (Optional) The block content.
Default value: ''
- $block
-
(WP_block) (Optional) The block object.
Default value: null
Return #
(none) The output is echoed.
Source #
Changelog #
Version | Description |
---|---|
4.0.0 | Introduced. |