Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created July 30, 2018 21:44
Show Gist options
  • Save bappi-d-great/f4a7e64cf933e45d891e399cc8f0bf72 to your computer and use it in GitHub Desktop.
Save bappi-d-great/f4a7e64cf933e45d891e399cc8f0bf72 to your computer and use it in GitHub Desktop.
Method: delete_form_fields()
<?php
$form_id = 7;
$ids = array();
$fields = Forminator_API::delete_form_fields( $form_id, $ids );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment