Browse: Home / Classes / LearnDash_Gutenberg_Block /

LearnDash_Gutenberg_Block::preprocess_block_attributes

LearnDash_Gutenberg_Block::preprocess_block_attributes( array $block_attributes = array() )

Pre-Process the block attributes before render.


Description #


Parameters #

$block_attributes

(array) (Optional) Shortcode attributes.

Default value: array()


Return #

(array) $block_attributes


Source #

File: includes/gutenberg/lib/class-learndash-gutenberg-block.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.