Uses
| Uses | Description |
|---|---|
| wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
| 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/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |