edd_downloads_pagination( array $atts, object $downloads, array $query )
Load the pagination for the [downloads] shortcode.
Description Description
Parameters Parameters
- $atts
-
(Required) The [downloads] shortcode attributes.
- $downloads
-
(Required) The WP_Query.
- $query
-
(Required) EDD's array of attributes used to construct the main WP_Query.
Source Source
File: includes/template-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.8 | Introduced. |