hi,
i'm writing a plugin that's included on a page using a shortcode.
the generated html code uses some ajax calls, that are handled by the same plugin, and I would like to return the result without wrapping it in my wordpress template. How can I achieve this?
thanks