Skip to content

Commit 838a4c6

Browse files
Update wp-rest-api-v2-menus.php
1 parent 7ca6e25 commit 838a4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-rest-api-v2-menus.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: WP-REST-API V2 Menus
4-
Version: 0.7.6
4+
Version: 0.7.7
55
Description: Adding menus endpoints on WP REST API v2
66
Author: Claudio La Barbera
77
Author URI: https://thebatclaud.io
@@ -242,4 +242,4 @@ function wp_api_v2_menus_get_menu_data( $data ) {
242242
'methods' => 'GET',
243243
'callback' => 'wp_api_v2_menu_get_all_locations',
244244
) );
245-
} );
245+
} );

0 commit comments

Comments
 (0)