LLMS_Blocks_Page_Builders::init()

Constructor.


Source Source

File: libraries/lifterlms-blocks/includes/class-llms-blocks-page-builders.php

	public static function init() {

		add_action( 'init', array( __CLASS__, 'add_filters' ) );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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