templates/dashboard/sections/news.php
@@ -1,4 +1,7 @@ <?php use JVBase\managers\CacheManager; if (!defined('ABSPATH')) { exit; // Exit if accessed directly } @@ -6,7 +9,7 @@ wp_redirect(get_home_url(null, '/dash')); exit; } $cache = new JVBase\managers\CacheManager('news', 3600); $cache = CacheManager::for('news', 3600); $check = $cache->get('type-options'); if ($check) {