Fires after the recent posts lists, before the bottom actions section.
Usage Example
add_action( 'mainwp_recent_posts_after_lists', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }