Save current post using custom save button

I think you inject some code to display your custom button.

You can try to add the save post action in your code:

do_action('save_post');

And then add redirect code, be carefull with the Infinite loop.