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.


Top ↑

Source Source

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


Top ↑

User Contributed Notes User Contributed Notes

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