bearded-avenger / wp-live-search

A live search plugin for WordPress that utilizes REST API + Backbone + Underscore
http://nickhaskins.com/wp-live-search/
GNU General Public License v2.0
101 stars 13 forks source link

Update json url #15

Closed CarlosRios closed 2 years ago

CarlosRios commented 9 years ago

Update json url to work with 4.4 default api url.

CarlosRios commented 9 years ago

I did this in order to get the search linked to the rest api again. The default endpoints for the rest api have changed since you last updated this code. Also, untrailingslashit() was used in order to prevent having to change the js where there is an extra slash being applied before the json url, though I think that should be changed in the future.