Skip to content
  • This project
    • Loading...
  • Sign in

MSF / msf-climate-hub

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • msf-climate-hub
  • ..
  • wp-super-cache
  • wp-super-cache.php
  • Jeff Balicki's avatar
    plugins update · 55b3d83e ...
    55b3d83e Browse Files
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-11-08 15:11:44 -0500
wp-super-cache.php 408 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<?php
// exit if accessed directly
if ( ! defined( 'ABSPATH' ) )
	exit;

/**
 * Cookie Notice Modules WP Super Cache class.
 *
 * Compatibility since: 1.6.9
 *
 * @class Cookie_Notice_Modules_WPSuperCache
 */
class Cookie_Notice_Modules_WPSuperCache {

	/**
	 * Constructor.
	 *
	 * @return void
	 */
	public function __construct() {
		
	}
}

new Cookie_Notice_Modules_WPSuperCache();