LearnDash_Gutenberg_Block_Quiz_List::render_block( array $attributes = array() )

Render Block


Description 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 Parameters

$attributes

(Optional) Shortcode attrbutes.

Default value: array()


Top ↑

Return Return

(none) The output is echoed.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.9 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.