The wpdm_user_dashboard_icons filter allows you to add or modify icons displayed in the user dashboard.
One parameter is passed to this hook.
<?php add_filter('wpdm_user_dashboard_icons', 'my_wpdm_dashboard_icons', 10, 1); ?>
<?php
add_filter('wpdm_user_dashboard_icons', 'my_wpdm_dashboard_icons', 10, 1);
function my_wpdm_dashboard_icons($default_icons) {
$default_icons['custom'] = [
'icon' => 'fa fa-star',
'label' => 'Custom'
];
return $default_icons;
}
?>
For any technical issue, if you are already using pro version please post in pro forum and free version users please post in free forum. Otherwise, if you have any pre-sale or order related query please contact live chat support team. For technical support.