Uses
Uses | Description |
---|---|
wp-includes/deprecated.php: get_category_children() | Retrieve category children list separated before and after the term IDs. |
wp-includes/deprecated.php: get_all_category_ids() | Retrieves all category IDs. |
wp-includes/category.php: get_category() | Retrieves category data given a category ID or category object. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |