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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/wp-conte.../plugins/themify-.../themify/cache
File: class-themify-cache.php
}
[1000] Fix | Delete
}
[1001] Fix | Delete
if ($slug === 'others') {
[1002] Fix | Delete
unset($items['themify']);
[1003] Fix | Delete
return empty($items) ? false : $items;
[1004] Fix | Delete
}
[1005] Fix | Delete
//themify cache
[1006] Fix | Delete
if (defined('TF_CACHE') && TF_CACHE) {
[1007] Fix | Delete
$items['themify'] = true;
[1008] Fix | Delete
}
[1009] Fix | Delete
if ($slug === 'any') {
[1010] Fix | Delete
return !empty($items);
[1011] Fix | Delete
}
[1012] Fix | Delete
if ($slug === 'all') {
[1013] Fix | Delete
return $items;
[1014] Fix | Delete
}
[1015] Fix | Delete
return isset($items[$slug]);
[1016] Fix | Delete
}
[1017] Fix | Delete
[1018] Fix | Delete
public static function themify_updated($upgrader_object, $options) {
[1019] Fix | Delete
if ($options['action'] === 'update') {
[1020] Fix | Delete
if ($options['type'] === 'plugin' && defined('THEMIFY_BUILDER_SLUG')) {
[1021] Fix | Delete
if (isset($options['plugins'])) {
[1022] Fix | Delete
foreach ($options['plugins'] as $each_plugin) {
[1023] Fix | Delete
if ($each_plugin === THEMIFY_BUILDER_SLUG) {
[1024] Fix | Delete
self::clear_3rd_plugins_cache();
[1025] Fix | Delete
break;
[1026] Fix | Delete
}
[1027] Fix | Delete
}
[1028] Fix | Delete
}
[1029] Fix | Delete
} elseif ($options['type'] === 'theme' && function_exists('themify_is_themify_theme') && themify_is_themify_theme()) {
[1030] Fix | Delete
self::clear_3rd_plugins_cache();
[1031] Fix | Delete
}
[1032] Fix | Delete
}
[1033] Fix | Delete
}
[1034] Fix | Delete
}
[1035] Fix | Delete
[1036] Fix | Delete
add_action('after_setup_theme', array('TFCache', 'hooks'));
[1037] Fix | Delete
}
[1038] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function