iwpml-tm-count.php 125 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php interface IWPML_TM_Count { public function get_total_words(); public function get_words_to_translate( $lang ); }