Fires at the bottom of the Recent Posts widget.
Usage Example
add_action( 'mainwp_recent_posts_widget_bottom', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }