• File: TransientObject.php
  • Full Path: /home/mrjeffgoldman/public_html/kensingtonsearch.net/wp-content/plugins/loco-translate/src/test/TransientObject.php
  • Date Modified: 08/18/2026 9:56 AM
  • File size: 167 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * 
 */
class Loco_test_TransientObject extends Loco_data_Transient {
    
    
    public function getKey(){
        return 'test_object';
    }
    
    
}