LLMS_Block_Library::__construct()

Constructor.


Return Return

(void)


Top ↑

Source Source

File: includes/class-llms-block-library.php

27
28
29
30
31
32
33
public function __construct() {
 
    add_action( 'init', array( $this, 'register' ) );
 
    add_filter( 'block_editor_settings_all', array( $this, 'modify_editor_settings' ), 100, 2 );
 
}

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.