Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created August 14, 2018 17:47
Show Gist options
  • Save bappi-d-great/c34514a019f91ae2f06091edf0c56b9c to your computer and use it in GitHub Desktop.
Save bappi-d-great/c34514a019f91ae2f06091edf0c56b9c to your computer and use it in GitHub Desktop.
Method: delete_entry()
<?php
$form_id = 7;
$entry_id = 276;
Forminator_API::delete_entry( $form_id, $entry_id );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment