Current Path : /var/www/quickscrum.com/wp-content/plugins/popup-maker/classes/ |
Current File : /var/www/quickscrum.com/wp-content/plugins/popup-maker/classes/Cache.php |
<?php /** * Cache class file * * @package PopupMaker * @copyright Copyright (c) 2024, Code Atlantic LLC */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Class PUM_Cache * * @deprecated 1.8.0 */ class PUM_Cache extends PUM_Utils_Cache {}