Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created August 14, 2018 18:10
Show Gist options
  • Save bappi-d-great/87fd568c1d20afce6d9cbb1439bfbaca to your computer and use it in GitHub Desktop.
Save bappi-d-great/87fd568c1d20afce6d9cbb1439bfbaca to your computer and use it in GitHub Desktop.
Method: delete_entries()
<?php
$form_id = 7;
$entry_ids = array( 3, 6, 8, 12 );
Forminator_API::delete_entries( $form_id, $entry_ids );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment