EDD_HTML_Elements::month_dropdown( string $name = 'month', int $selected )
Renders an HTML Dropdown of months
Description Description
Parameters Parameters
- $name
-
(Optional) Name attribute of the dropdown
Default value: 'month'
- $selected
-
(Required) Month to select automatically
Return Return
(string) $output Month dropdown
Source Source
File: includes/class-edd-html-elements.php
Changelog Changelog
Version | Description |
---|---|
1.5.2 | Introduced. |