mainwp_child_site_info_widget_content

Filters the Child Info array for the Site Info widget.

Parameters

$child_site_info
(array) Array containing child site info.

$child_site_info = array(
	'wpversion'     => __( 'WordPress Version', 'mainwp' ),
	'debug_mode'    => __( 'Debug Mode', 'mainwp' ),
	'phpversion'    => __( 'PHP Version', 'mainwp' ),
	'child_version' => __( 'MainWP Child Version', 'mainwp' ),
	'memory_limit'  => __( 'PHP Memory Limit', 'mainwp' ),
	'mysql_version' => __( 'MySQL Version', 'mainwp' ),
	'ip'            => __( 'Server IP', 'mainwp' ),
	'group'         => __( 'Groups', 'mainwp' ),
	'last_status'   => __( 'Last Check Status', 'mainwp' ),
);