LLMS_Cache_Helper::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.cache.helper.php

	public function __construct() {

		add_action( 'wp', array( $this, 'maybe_no_cache' ) );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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