dominic-ks / bdvs-password-reset

WordPress - Allow users to reset their password using a random code via the REST API
GNU General Public License v3.0
9 stars 3 forks source link

Add ability to specify route namespace #4

Closed dominic-ks closed 3 years ago

dominic-ks commented 4 years ago

Originally request here:

Add new filters to allow developers to customise the name space for the API calls. The filter will need to be added to 3 files and could be added directly inline in the register_rest_route parameter.

The filter name should follow the general naming convention that's been used for the other hooks in this plugin.

wpamitkumar commented 3 years ago

Hi @dominic-ks, Please review the PR. [#5 ]

dominic-ks commented 3 years ago

All done, thanks very much.