LLMS_Shortcodes_Blocks::__construct()
Constructor.
Return Return
(void)
Source Source
File: includes/shortcodes/class.llms.shortcodes.blocks.php
public function __construct() {
add_action( 'init', array( $this, 'register_blocks' ) );
add_action( 'init', array( __CLASS__, 'add_editor_styles' ) );
add_action( 'admin_enqueue_scripts', array( __CLASS__, 'enqueue_editor_styles' ) );
add_filter( 'llms_hide_registration_form', array( $this, 'show_form_preview' ) );
add_filter( 'llms_hide_login_form', array( $this, 'show_form_preview' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.2.0 | Introduced. |