Uses
Uses | Description |
---|---|
wp-includes/deprecated.php: get_links() | Gets the links associated with category by ID. |
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. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/bookmark-template.php: link_category | Filters the category name. |