Uses
Uses | Description |
---|---|
wp-admin/includes/deprecated.php: wp_dropdown_cats() | Legacy function used for generating a categories drop-down control. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/category.php: get_categories() | Retrieves a list of category objects. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |