Created
August 14, 2018 18:10
-
-
Save bappi-d-great/87fd568c1d20afce6d9cbb1439bfbaca to your computer and use it in GitHub Desktop.
Method: delete_entries()
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; | |
$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