edd_downloads_query( array $atts, string $content = null )
Downloads Shortcode
Description Description
This shortcodes uses the WordPress Query API to get downloads with the arguments specified when using the shortcode. A list of the arguments can be found from the EDD Documentation. The shortcode will take all the parameters and display the downloads queried in a valid HTML
tags.
Parameters Parameters
- $atts
-
(Required) Shortcode attributes
- $content
-
(Optional)
Default value: null
Return Return
(string) $display Output generated from the downloads queried
Source Source
File: includes/shortcodes.php
Changelog Changelog
Version | Description |
---|---|
1.0.6 | Introduced. |