8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
interface WPML_TP_API_Log_Interface {
|
|
|
|
public function log( $action, $data = array() );
|
|
|
|
}
|