LLMS_Blocks_Visibility::__construct()

Constructor.


Return Return

(void)


Top ↑

Source Source

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

	public function __construct() {
		add_filter( 'render_block', array( $this, 'maybe_filter_block' ), 20, 2 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Adjusted priority of render_block filter to 20.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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