Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created July 25, 2018 19:28
Show Gist options
  • Save bappi-d-great/8fda8d7239b5f52715e6fdcb7062cd5d to your computer and use it in GitHub Desktop.
Save bappi-d-great/8fda8d7239b5f52715e6fdcb7062cd5d to your computer and use it in GitHub Desktop.
Method: move_form_wrapper()
<?php
$form_id = 7;
$id = 'wrapper-1511347711918-1669';
$new_position = 3;
Forminator_API::move_form_wrapper( $form_id, $id, $new_position );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment