sumitpore / mvc-plugin-boilerplate-for-wordpress

An MVC WordPress Plugin Boilerplate with clear separation of concerns. Will make your experience of creating a WordPress Plugin enjoyable!
176 stars 22 forks source link

ajax response on frontend returns html #28

Closed wpplumber closed 4 years ago

wpplumber commented 4 years ago

is there a reference on how to receive ajax response while using FRONTEND_WITH_POSSIBLE_AJAX?

wpplumber commented 4 years ago

using wp_doing_ajax() fixed it.