Fires before the Submit Button on Manage Posts.
Usage Example
add_action( 'mainwp_manage_posts_before_submit_button', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }