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