Adds custom manage sites action item.
Parameters
$website (object) Object contaning child site info.
Usage Example
add_action( 'mainwp_manage_sites_action', 'your_custom_function_name' ); function your_custom_function_name( $website ) { // Your code }