thebatclaudio / wp-rest-api-v2-menus

Adding menus endpoints on WP REST API v2
47 stars 23 forks source link

Allow underscore to slug regexp #7

Closed odnamrataizem closed 6 years ago

odnamrataizem commented 6 years ago

I have a theme which, curiously, uses underscores (e.g. bingo_ruby_menu_offcanvas) for the menu slugs rather than dashes, and trying to query those gives me 404s. This PR adds the underscore character to the regular expression matching the menu slug.

thebatclaudio commented 6 years ago

Hi, thank you for this PR. I'm going to release the new version of plugin with this enhanchement soon.

thebatclaudio commented 4 years ago

Hi @odnamrataizem, if you send me your Wordpress.org username I'll add you in plugin's contributors!