Fires at the top of the sidebar on Manage posts.
Usage Example
add_action( 'mainwp_manage_posts_sidebar_top', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }