LLMS_Block_Library::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: includes/class-llms-block-library.php
public function __construct() { add_action( 'init', array( $this, 'register' ) ); add_filter( 'block_editor_settings_all', array( $this, 'modify_editor_settings' ), 100, 2 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |