Fires before the main navigation element.
Usage Example
add_action( 'before_mainwp_menu', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }