• File: Base.php
  • Full Path: /home/lef/public_html/wp-content/plugins/wpml-string-translation/classes/API/rest/Base.php
  • File size: 171 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPML\ST\Rest;

abstract class Base extends \WPML\Rest\Base {

	/**
	 * @return string
	 */
	public function get_namespace() {
		return 'wpml/st/v1';
	}
}