LLMS_Blocks_Post_Visibility::__construct()
Constructor.
Contents
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-post-visibility.php
public function __construct() { add_action( 'init', array( $this, 'register_meta' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.3.0 | Introduced. |