wpml-st-translations-file-components-find.php 160 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php interface WPML_ST_Translations_File_Components_Find { /** * @param string $file * * @return string|null */ public function find_id( $file ); }