We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca6e25 commit 838a4c6Copy full SHA for 838a4c6
wp-rest-api-v2-menus.php
@@ -1,7 +1,7 @@
1
<?php
2
/*
3
Plugin Name: WP-REST-API V2 Menus
4
-Version: 0.7.6
+Version: 0.7.7
5
Description: Adding menus endpoints on WP REST API v2
6
Author: Claudio La Barbera
7
Author URI: https://thebatclaud.io
@@ -242,4 +242,4 @@ function wp_api_v2_menus_get_menu_data( $data ) {
242
'methods' => 'GET',
243
'callback' => 'wp_api_v2_menu_get_all_locations',
244
) );
245
-} );
+} );
0 commit comments