first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\Rest;
|
||||
|
||||
interface ITarget {
|
||||
|
||||
function get_routes();
|
||||
function get_allowed_capabilities( \WP_REST_Request $request );
|
||||
function get_namespace();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user