Fires before the MainWP header element.
Parameters
$websites (object) Object containing child sites info.
Usage Example
add_action( 'mainwp_before_header', 'your_custom_function_name' ); function your_custom_function_name( $websites ) { // Your code }