LLMS_Blocks::__construct()
Constructor.
Contents
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks.php
public function __construct() { add_action( 'plugins_loaded', array( $this, 'init' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Move action & filter hooks to the the init() method. |
1.5.1 | Add admin_print_scripts hook to handle outputting dynamic block information. |
1.3.0 | Updated. |
1.10.0 | Load localization files when running as an independent plugin. |
1.0.0 | Introduced. |