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::setup_download( WP_Post $download )
Given the download data, let’s set the variables
Description Description
Parameters Parameters
- $download
-
(Required) The WP_Post object for download.
Return Return
(bool) If the setup was successful or not
Source Source
File: includes/class-edd-download.php
Changelog Changelog
Version | Description |
---|---|
2.3.6 | Introduced. |