LLMS_Forms_Classic_Editor::init()

Static “constructor”


Return Return

(void)


Top ↑

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 );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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