Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
EDD_Download::update_meta( string $meta_key = '', string|array|object $meta_value = '' )
Updates a single meta entry for the download
Description Description
Parameters Parameters
- $meta_key
-
(Optional) The meta_key to update
Default value: ''
- $meta_value
-
(Optional) The value to put into the meta
Default value: ''
Return Return
(bool) The result of the update query
Source Source
File: includes/class-edd-download.php
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |