The rp_addon_category filter is applied to the get the addon category of child add on by using get term function in RestroPress. It receives one parameters:
$child_addons = get_terms( apply_filters( ‘rp_addon_category’, $addon_category_args ) );
The rp_addon_category filter is applied to the get the addon category of child add on by using get term function in RestroPress. It receives one parameters:
$child_addons = get_terms( apply_filters( ‘rp_addon_category’, $addon_category_args ) );