LLMS_Theme_Support::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/theme-support/class-llms-theme-support.php
public function __construct() { add_action( 'after_setup_theme', array( $this, 'includes' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Load includes during after_setup_theme instead of plugins_loaded . |
3.37.0 | Introduced. |