apply_filters( 'llms_block_editor_supported_for_certificates', boolean $is_supported )
Filters whether or not the block editor can be used for building certificates.
Description Description
By default, $is_supported
will be true
for WordPress 5.8 or later and false for versions less than 5.8.
This filter may be used to disable the block editor on later versions.
Parameters Parameters
- $is_supported
-
(boolean) Whether or not the block editor is supported.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |