apply_filters( 'learndash_convert_block_markers_to_shortcode_content', string $content , array $pattern_atts_array , string $shortcode_slug , string $block_slug )
Filters the shortcode content after converting it from WordPress block content.
Description Description
Parameters Parameters
- $content
-
Shortcode content after conversion.
- $pattern_atts_array
-
An array of pattern attributes to use for conversion.
- $shortcode_slug
-
The slug of shortcode.
- $block_slug
-
The slug of gutenberg block.
Source Source
File: includes/gutenberg/lib/class-learndash-gutenberg-block.php