LLMS_Cache_Helper::__construct()
Constructor
Return Return
(void)
Source Source
File: includes/class.llms.cache.helper.php
28 29 30 31 32 | public function __construct() { add_action( 'wp' , array ( $this , 'maybe_no_cache' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |