class-wpml-tp-api-log-interface.php 99 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php interface WPML_TP_API_Log_Interface { public function log( $action, $data = array() ); }