Target.php 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php namespace WPML\Rest; interface ITarget { function get_routes(); function get_allowed_capabilities( \WP_REST_Request $request ); function get_namespace(); }