Skip to content

Instantly share code, notes, and snippets.

View girafffee's full-sized avatar
Not just learning...

Oleksandr Ivanenko girafffee

Not just learning...
View GitHub Profile
@girafffee
girafffee / redirect-to-new-post.php
Created May 26, 2021 09:10
How to redirect to a created or updated post in JetFormBuilder
<?php
/**
* @param \Jet_Form_Builder\Actions\Types\Base $action_instance
* @param \Jet_Form_Builder\Actions\Action_Handler $action_handler
*/
$onInsertPost = function ( $action_instance, $action_handler ) {
$inserted_id = $action_handler->response_data['inserted_post_id'];
$url = get_permalink( $inserted_id );
<?php
// https://gist.github.com/Crocoblock/3f33588881a09c0dd275f11aa00c973f