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.


Top ↑

Parameters Parameters

$is_supported

(boolean) Whether or not the block editor is supported.


Top ↑

Source Source

File: includes/functions/llms.functions.certificate.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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