Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-super...
File: wp-cache-config-sample.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
WP-Cache Config Sample File
[2] Fix | Delete
[3] Fix | Delete
See wp-cache.php for author details.
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
if ( ! defined('WPCACHEHOME') )
[7] Fix | Delete
define( 'WPCACHEHOME', WP_PLUGIN_DIR . '/wp-super-cache/' );
[8] Fix | Delete
[9] Fix | Delete
$cache_compression = 0; // Super cache compression
[10] Fix | Delete
$cache_enabled = false;
[11] Fix | Delete
$super_cache_enabled = true;
[12] Fix | Delete
$cache_max_time = 3600; //in seconds
[13] Fix | Delete
//$use_flock = true; // Set it true or false if you know what to use
[14] Fix | Delete
$cache_path = WP_CONTENT_DIR . '/cache/';
[15] Fix | Delete
$file_prefix = 'wp-cache-';
[16] Fix | Delete
$ossdlcdn = 0;
[17] Fix | Delete
[18] Fix | Delete
// Array of files that have 'wp-' but should still be cached
[19] Fix | Delete
$cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' );
[20] Fix | Delete
[21] Fix | Delete
$cache_rejected_uri = array('wp-.*\\.php', 'index\\.php');
[22] Fix | Delete
$cache_rejected_user_agent = array();
[23] Fix | Delete
[24] Fix | Delete
$cache_rebuild_files = 1;
[25] Fix | Delete
[26] Fix | Delete
// Disable the file locking system.
[27] Fix | Delete
// If you are experiencing problems with clearing or creating cache files
[28] Fix | Delete
// uncommenting this may help.
[29] Fix | Delete
$wp_cache_mutex_disabled = 1;
[30] Fix | Delete
[31] Fix | Delete
// Just modify it if you have conflicts with semaphores
[32] Fix | Delete
$sem_id = 5419;
[33] Fix | Delete
[34] Fix | Delete
if ( '/' != substr($cache_path, -1)) {
[35] Fix | Delete
$cache_path .= '/';
[36] Fix | Delete
}
[37] Fix | Delete
[38] Fix | Delete
$wp_cache_mobile = 0;
[39] Fix | Delete
$wp_cache_mobile_whitelist = 'Stand Alone/QNws';
[40] Fix | Delete
$wp_cache_mobile_browsers = 'Android, 2.0 MMP, 240x320, AvantGo, BlackBerry, Blazer, Cellphone, Danger, DoCoMo, Elaine/3.0, EudoraWeb, hiptop, IEMobile, iPhone, iPod, KYOCERA/WX310K, LG/U990, MIDP-2.0, MMEF20, MOT-V, NetFront, Newt, Nintendo Wii, Nitro, Nokia, Opera Mini, Palm, Playstation Portable, portalmmm, Proxinet, ProxiNet, SHARP-TQ-GX10, Small, SonyEricsson, Symbian OS, SymbianOS, TS21i-10, UP.Browser, UP.Link, Windows CE, WinWAP';
[41] Fix | Delete
[42] Fix | Delete
// change to relocate the supercache plugins directory
[43] Fix | Delete
$wp_cache_plugins_dir = WPCACHEHOME . 'plugins';
[44] Fix | Delete
// set to 1 to do garbage collection during normal process shutdown instead of wp-cron
[45] Fix | Delete
$wp_cache_shutdown_gc = 0;
[46] Fix | Delete
$wp_super_cache_late_init = 0;
[47] Fix | Delete
[48] Fix | Delete
// uncomment the next line to enable advanced debugging features
[49] Fix | Delete
$wp_super_cache_advanced_debug = 0;
[50] Fix | Delete
$wp_super_cache_front_page_text = '';
[51] Fix | Delete
$wp_super_cache_front_page_clear = 0;
[52] Fix | Delete
$wp_super_cache_front_page_check = 0;
[53] Fix | Delete
$wp_super_cache_front_page_notification = '0';
[54] Fix | Delete
[55] Fix | Delete
$wp_cache_anon_only = 0;
[56] Fix | Delete
$wp_supercache_cache_list = 0;
[57] Fix | Delete
$wp_cache_debug_to_file = 0;
[58] Fix | Delete
$wp_super_cache_debug = 0;
[59] Fix | Delete
$wp_cache_debug_level = 5;
[60] Fix | Delete
$wp_cache_debug_ip = '';
[61] Fix | Delete
$wp_cache_debug_log = '';
[62] Fix | Delete
$wp_cache_debug_email = '';
[63] Fix | Delete
$wp_cache_pages[ "search" ] = 0;
[64] Fix | Delete
$wp_cache_pages[ "feed" ] = 0;
[65] Fix | Delete
$wp_cache_pages[ "category" ] = 0;
[66] Fix | Delete
$wp_cache_pages[ "home" ] = 0;
[67] Fix | Delete
$wp_cache_pages[ "frontpage" ] = 0;
[68] Fix | Delete
$wp_cache_pages[ "tag" ] = 0;
[69] Fix | Delete
$wp_cache_pages[ "archives" ] = 0;
[70] Fix | Delete
$wp_cache_pages[ "pages" ] = 0;
[71] Fix | Delete
$wp_cache_pages[ "single" ] = 0;
[72] Fix | Delete
$wp_cache_pages[ "author" ] = 0;
[73] Fix | Delete
$wp_cache_hide_donation = 0;
[74] Fix | Delete
$wp_cache_not_logged_in = 0;
[75] Fix | Delete
$wp_cache_clear_on_post_edit = 0;
[76] Fix | Delete
$wp_cache_hello_world = 0;
[77] Fix | Delete
$wp_cache_mobile_enabled = 0;
[78] Fix | Delete
$wp_cache_cron_check = 0;
[79] Fix | Delete
$wp_cache_mfunc_enabled = 0;
[80] Fix | Delete
$wp_cache_make_known_anon = 0;
[81] Fix | Delete
$wp_cache_refresh_single_only = 0;
[82] Fix | Delete
$wp_cache_mod_rewrite = 0;
[83] Fix | Delete
$wp_supercache_304 = 0;
[84] Fix | Delete
$wp_cache_front_page_checks = 0;
[85] Fix | Delete
$wp_cache_disable_utf8 = 0;
[86] Fix | Delete
$wp_cache_no_cache_for_get = 0;
[87] Fix | Delete
$cache_scheduled_time = "00:00";
[88] Fix | Delete
$wp_cache_preload_interval = 600;
[89] Fix | Delete
$cache_schedule_type = 'interval';
[90] Fix | Delete
$wp_cache_preload_posts = 0;
[91] Fix | Delete
$wp_cache_preload_on = 0;
[92] Fix | Delete
$wp_cache_preload_taxonomies = 0;
[93] Fix | Delete
$wp_cache_preload_email_me = 0;
[94] Fix | Delete
$wp_cache_preload_email_volume = 'none';
[95] Fix | Delete
$wp_cache_mobile_prefixes = '';
[96] Fix | Delete
$cached_direct_pages = array();
[97] Fix | Delete
$wpsc_served_header = false;
[98] Fix | Delete
$cache_gc_email_me = 0;
[99] Fix | Delete
$wpsc_save_headers = 0;
[100] Fix | Delete
$cache_schedule_interval = 'daily';
[101] Fix | Delete
$wp_super_cache_comments = 1;
[102] Fix | Delete
$wpsc_version = 169;
[103] Fix | Delete
?>
[104] Fix | Delete
[105] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function