LLMS_Blocks_Post_Visibility::__construct()

Constructor.


Source Source

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

	public function __construct() {

		add_action( 'init', array( $this, 'register_meta' ) );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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