Fires while posting page.
Usage Example
add_action( 'mainwp_post_posting_page', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }