LLMS_Shortcodes_Blocks::__construct()

Constructor.


Return Return

(void)


Top ↑

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


Top ↑

Changelog Changelog

Changelog
Version Description
7.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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