Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created April 3, 2017 14:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/047a6e95c7086e0845da30c9ca11e84d to your computer and use it in GitHub Desktop.
Save Shelob9/047a6e95c7086e0845da30c9ca11e84d to your computer and use it in GitHub Desktop.
<?php
/**
* Delete all form configs, but no entries.
*/
$forms = Caldera_Forms_Forms::get_forms( false, true );
foreach ( $forms as $form ){
Caldera_Forms_Forms::delete_form( $form );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment