LLMS_Forms_Classic_Editor::init()
Static “constructor”
Contents
Return Return
(void)
Source Source
File: includes/forms/class-llms-forms-classic-editor.php
public static function init() { add_filter( 'use_block_editor_for_post_type', array( __CLASS__, 'force_block_editor' ), 200, 2 ); add_filter( 'classic_editor_enabled_editors_for_post_type', array( __CLASS__, 'disable_classic_editor' ), 20, 2 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |