Function simmer_delete_recipe_item_meta
Delete metadata from an item.
integer |
$item_id |
The item ID. |
string |
$meta_key |
The key of the metadata to delete. |
string |
$meta_value = '' |
<p>Optional. The value of the metadata you wish to delete. This is used to differentiate between several fields with the same key. If left blank, all fields with the given key will be deleted.</p> |
boolean
|
$result True on success, false on failure. |