Core Function
View Source on Trac ↗ dropdown_cats()
dropdown_cats(
mixed $optionall = 1,
mixed $all = 'All',
mixed $orderby = 'ID',
mixed $order = 'asc',
mixed $show_last_update = 0,
mixed $show_count = 0,
mixed $hide_empty = 1,
mixed $optionnone = false,
mixed $selected = 0,
mixed $exclude = 0
) Deprecated method for generating a drop-down of categories.
Parameters 10 required
| Name / Type | Description |
|---|---|
| int | $optionall Required |
| string | $all Required |
| string | $orderby Required |
| string | $order Required |
| int | $show_last_update Required |
| int | $show_count Required |
| int | $hide_empty Required |
| bool | $optionnone Required |
| int | $selected Required |
| int | $exclude Required |
Return Value
(string)
string
Function Information
Since Version
0.71
Source File
wp-includes/deprecated.php
Advertisement