Uses
| Uses | Description |
|---|---|
| wp-includes/category-template.php: wp_dropdown_categories() | Displays or retrieves the HTML dropdown list of categories. |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
| wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |