interface-iwpml-current-language.php 165 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php interface IWPML_Current_Language { public function get_current_language(); public function get_default_language(); public function get_admin_language(); }