Filter: mc_pre_add_category

apply_filters( 'mc_pre_add_category', $add, $category ) → {array}

Filter data before inserting a new category.

Parameters:
Name Type Description
$add array

Data to be inserted.

$category array

Category data passed to insert function.

Source:
Returns:
Type
array