• File: interface.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/types/application/models/wpml/interface.php
  • Date Modified: 02/11/2019 2:36 PM
  • File size: 123 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php


interface Types_Wpml_Interface {
	public function translate();
	public function register( $slug_update = false );
}