Hooks
Introduction
Hooks give you or your developer the ability to customize Ultimate Client Dash further.
Placement
This code should be placed in the functions.php file of your active theme or a custom plugin. This allows you to update Ultimate Client Dash without loosing any of your custom modifications.
Since
Hooks were introduced in Ultimate Client Dash 3.8.
1. Misc Settings
<!-- Action hook to add custom settings to Ultimate Client Dash under Misc -->
add_action( 'ucd_hook_misc_customization', 'your_function_name' );