outlandishideas / oowp

OOWP is a tool for WordPress theme developers that makes templating in WordPress more sensible.
GNU General Public License v3.0
41 stars 2 forks source link

adds get_post function to return the underlying WP_Post #1

Closed joaquimds closed 6 years ago

joaquimds commented 6 years ago

This is to support making the global $post a WP_Post in Routemaster's OowpRouterHelper->querySingle() function.