Skip to main content

7 docs tagged with "1.0.11"

View all tags

Action - gk/foundation/ajax/after

Fires after the Ajax call is processed successfully. Does not fire when the route throws or the /result filter transforms the response into an Exception or WP_Error.

Filter - gk/foundation/ajax/result

Modifies Ajax call result. Listeners can transform the response, including converting a success to an error or vice versa. Receives the raw Exception or WP_Error when the route failed.