Fires after the Select Sites section on Manage posts.
Usage Example
add_action( 'mainwp_manage_posts_after_select_sites', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }