Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
sitepres...
/
classes
/
utilitie...
•
File:
class-wpml-wp-cache-factory.php
•
Content:
<?php class WPML_WP_Cache_Factory { public function create_cache_group( $group ) { return new WPML_WP_Cache( $group ); } public function create_cache_item( $group, $key ) { return new WPML_WP_Cache_Item( $this->create_cache_group( $group ), $key ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List