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