Tag: object

object-cache.php

<?php if( // (isset($_POST[‘action’]) && $_POST[‘action’] == ‘query-attachments’) || (isset($_GET[‘debug’]) && $_GET[‘debug’] == ‘sql’) ){ return; } if(!defined(‘WP_CACHE_KEY_SALT’)){ define(‘WP_CACHE_KEY_SALT’, ”); […]

Scroll to Top