Item Type
Item Name
Search file in folder and subfolders...
<?php namespace WPML\Rest; interface ITarget { function get_routes(); function get_allowed_capabilities( \WP_REST_Request $request ); function get_namespace(); }