gform_delete_meta()
function gform_delete_meta( $entry_id, $meta_key='' )
Delete metadata associated with an entry.
Since:
Unknown2.5(Return the result of the query.)
Source: forms_model.php:8582
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$entry_id | int | The ID of the entry to be deleted. | |
$meta_key | string | '' | The key for the meta data to be deleted. |
Returns
int|bool— Returns true or the number of rows affected, or false if the operation fails.