Created
July 25, 2018 19:28
-
-
Save bappi-d-great/8fda8d7239b5f52715e6fdcb7062cd5d to your computer and use it in GitHub Desktop.
Method: move_form_wrapper()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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