LLMS_Post_Types::init()
Constructor
Description Description
Source Source
File: includes/class.llms.post-types.php
public static function init() { add_action( 'init', array( __CLASS__, 'add_membership_restriction_support' ) ); add_action( 'init', array( __CLASS__, 'register_post_types' ), 5 ); add_action( 'init', array( __CLASS__, 'register_post_statuses' ), 9 ); add_action( 'init', array( __CLASS__, 'register_taxonomies' ), 5 ); add_action( 'after_setup_theme', array( __CLASS__, 'add_thumbnail_support' ), 777 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: