PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wpml-string-translation
/
classes
/
strings-scanning
<?php class WPML_ST_Theme_Plugin_Hooks { /** * @var WPML_ST_File_Hashing */ private $file_hashing; public function __construct( WPML_ST_File_Hashing $file_hashing ) { $this->file_hashing = $file_hashing; } public function add_hooks() { add_action( 'icl_st_unregister_string_multi', array( $this->file_hashing, 'clean_hashes' ) ); } }
[-] class-wpml-st-theme-plugin-hooks.php
[edit]
[-] class-wpml-st-theme-plugin-scan-files-ajax.php
[edit]
[-] class-wpml-st-strings-stats.php
[edit]
[-] class-wpml-file-name-converter.php
[edit]
[-] class-wpml-themes-and-plugins-updates.php
[edit]
[-] class-wpml-st-file-hashing.php
[edit]
[+]
factory
[-] class-wpml-themes-and-plugins-settings.php
[edit]
[-] iwpml-st-string-scanner.php
[edit]
[+]
..
[-] class-wpml-st-update-file-hash-ajax.php
[edit]
[-] wpml-st-theme-plugin-scan-dir-ajax.php
[edit]