Fires right before the Submit button.
Usage Example
add_action( 'mainwp_edit_posts_before_submit_button', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }