• File: Target.php
  • Full Path: /home/lef/public_html/wp-content/plugins/sitepress-multilingual-cms/classes/API/REST/Target.php
  • File size: 169 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPML\Rest;

interface ITarget {

	function get_routes();
	function get_allowed_capabilities( \WP_REST_Request $request );
	function get_namespace();

}