apply_filters( 'sensei_lesson_block_template', $template, $original_template ) → {Array.<Array.<string>>}
Customize the lesson block template.
Parameters:
Name | Type | Description |
---|---|---|
$template |
Array.<Array.<string>> | Array of blocks to use as the default initial state for a lesson. |
$original_template |
Array.<Array.<string>> | Original block template. |
- Since:
- 3.9.0
- Source:
Returns:
Array of blocks to use as the default initial state for a lesson.
- Type
- Array.<Array.<string>>