Fires on the Edit child site page and allows user to hook in new site options.
Usage Example
add_action( 'mainwp_manage_sites_edit', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }