LearnDash_Gutenberg_Block::build_block_shortcode()
Method: Build the block shortcode from attributes string.
LearnDash_Gutenberg_Block::build_block_shortcode Read More »
Method: Build the block shortcode from attributes string.
LearnDash_Gutenberg_Block::build_block_shortcode Read More »
Method: Utility function to parse the WP Block content looking for specific token patterns.
LearnDash_Gutenberg_Block::convert_block_markers_to_shortcode Read More »
Method: Add wrapper content around content to be returned to server.
LearnDash_Gutenberg_Block::render_block_wrap Read More »
Method: Pre-Process the block attributes before render.
LearnDash_Gutenberg_Block::preprocess_block_attributes Read More »
Method: Hook into ‘the_content’ WP filter and parse out our block. We want to convert the Gutenberg Block notation to a normal LD shortcode.
LearnDash_Gutenberg_Block::the_content_filter Read More »
Method: Register Block for Gutenberg.
LearnDash_Gutenberg_Block::register_blocks Read More »
Method: Initialize the hooks.
LearnDash_Gutenberg_Block::init Read More »
Class: Abstract Parent class to hold common functions used by specific LearnDash Blocks.
LearnDash_Gutenberg_Block Read More »