diff --git a/simple-page-ordering.php b/simple-page-ordering.php index 59063d2..57d3e99 100644 --- a/simple-page-ordering.php +++ b/simple-page-ordering.php @@ -17,6 +17,11 @@ namespace SimplePageOrdering; +use stdClass; +use WP_Error; +use WP_REST_Response; +use WP_Query; + /** * Get the minimum version of PHP required by this plugin. *