wpmu_options WordPress Action Hook
The wpmu_options hook is used to filter the default values for WordPress MU options. It is called by the get_wpmu_option() function.
do_action( 'wpmu_options' ) #
Fires at the end of the Network Settings form, before the submit button.