Fires after the MainWP sub-header element.
Usage Example
add_action( 'mainwp_after_subheader', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }