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: ''


Top ↑

Return Return

(bool) The result of the update query


Top ↑

Source Source

File: includes/class-edd-download.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.