Browse: Home / Classes / LearnDash_Gutenberg_Block_Quiz_Complete /

LearnDash_Gutenberg_Block_Quiz_Complete::render_block_xxx

LearnDash_Gutenberg_Block_Quiz_Complete::render_block_xxx( array $attributes = array() )

Render Block


Description #

This function is called per the register_block_type() function above. This function will output the block rendered content. In the case of this function the rendered output will be for the [ld_profile] shortcode.


Parameters #

$attributes

(array) (Optional) Shortcode attrbutes.

Default value: array()


Return #

(none) The output is echoed.


Source #

File: includes/gutenberg/blocks/ld-quiz-complete/index.php


Changelog #

Changelog
Version Description
3.1.4 Introduced.