LLMS_Blocks_Page_Builders::init()
Constructor.
Contents
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-page-builders.php
public static function init() {
add_action( 'init', array( __CLASS__, 'add_filters' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |