Usage of wp_send_json_success and wp_redirect at the same time
I have to send the success response to ajax if user filled the form fields successfully or not on the client side and redirect to the other page which finalize his authorization at the same time on the server side.
Is it possible to implement somehow? What alternatives do I have?
Topic authorization authentication json ajax redirect Wordpress
Category Web