LLMS_Meta_Box_Visibility::__construct()

Constructor


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 );
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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