edd_before_download_content( $content )
Before Download Content
Description Description
Adds an action to the beginning of download post content that can be hooked to by other functions.
Parameters Parameters
- $content
-
(Required) The the_content field of the download object
Return Return
(string) the content with any additional data attached
Source Source
File: includes/template-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.8 | Introduced. |