LLMS_Loader::__construct()
Constructor
Return Return
(void)
Source Source
File: includes/class-llms-loader.php
public function __construct() { spl_autoload_register( array( $this, 'autoload' ) ); $this->includes_libraries(); $this->includes(); if ( is_admin() ) { $this->includes_admin(); } else { $this->includes_frontend(); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |