LLMS_Meta_Box_Visibility::__construct()
Constructor
Contents
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.visibility.php
28 29 30 31 32 33 34 | public function __construct() { add_action( 'post_submitbox_misc_actions' , array ( $this , 'output' ) ); add_action( 'save_post_course' , array ( $this , 'save' ), 10, 1 ); add_action( 'save_post_llms_membership' , array ( $this , 'save' ), 10, 1 ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |