Fires at the bottom of the Security Issues widget.
Usage Example
add_action( 'mainwp_security_issues_widget_top', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }