LearnDash_Gutenberg_Payment_Buttons::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()
Return Return
(none) The output is echoed.
Source Source
File: includes/gutenberg/blocks/ld-payment-buttons/index.php
Changelog Changelog
Version | Description |
---|---|
2.5.9 | Introduced. |