edd_responsive_download_post_class( array $classes = array(), string $class = '', int $post_id )
Remove the “download” post class from single Download pages
Description Description
The Responsive theme applies special styling the .download class resulting in really terrible display.
Parameters Parameters
- $classes
-
(Optional) Post classes
Default value: array()
- $class
-
(Optional)
Default value: ''
- $post_id
-
(Required) Post ID
Return Return
(array)
Source Source
File: includes/theme-compatibility.php
Changelog Changelog
Version | Description |
---|---|
1.4.3 | Introduced. |