LLMS_Blocks_Visibility::__construct()

Constructor.


Description Description


Source Source

File: vendor/lifterlms/lifterlms-blocks/includes/class-llms-blocks-visibility.php

	public function __construct() {

		add_filter( 'render_block', array( $this, 'maybe_filter_block' ), 10, 2 );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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