WP Inventory Manager Get Categories

This function is handy in case you want to supply extra information to a category via custom arguments

When querying categories, there are supplied arguments to the query. This filter allows control over the arguments – whether adding, modifying, or removing arguments.

$args = apply_filters('wpim_get_categories_args', $args);