Lines:
1 to 15 of 15
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_Cache_Helper */ /* function EDD_Cache_Helper::__construct() – Initializes the object instance */ /* function EDD_Cache_Helper::init() – Prevent caching on dynamic pages. */ /* function EDD_Cache_Helper::nocache() – Set nocache constants and headers. */ /* function EDD_Cache_Helper::notices() – notices function. */ /* function EDD_Cache_Helper::w3tc_suspend_cache_addition_pre() – Prevents W3TC from adding to the cache prior to modifying data */ /* function EDD_Cache_Helper::w3tc_suspend_cache_addition_post() – Prevents W3TC from adding to the cache after modifying data */ new EDD_Cache_Helper();