apply_filters( 'sensei_quiz_enable_block_based_editor', $is_block_based_editor_enabled ) → {bool}
Filter to change whether the block based editor should be used instead of the legacy metabox based editor. This is to allow sites to migrate over to the block based editor if necessary.
Parameters:
Name | Type | Description |
---|---|---|
$is_block_based_editor_enabled |
bool | True if block based editor is enabled. |
- Since:
- 3.9.0
- Source:
Returns:
Filtered value.
- Type
- bool