NateWr / business-profile

WordPress plugin to display your business's contact details with seo-friendly Schema.org markup.
34 stars 16 forks source link

Refactor restaurant reservations integration #49

Closed NateWr closed 8 years ago

NateWr commented 8 years ago

The addition of the booking link should be handled by the Restaurant Reservations plugin rather than Business Profile.

https://github.com/NateWr/restaurant-reservations/issues/58

The way it's handled now in BP makes it hard to have a generic function available to call, because it's nested in a class. Implement in the reservations plugin then deprecate this technique.