'label' =>
__( 'Total installation size'
),
'value' =>
$loading,
'debug' => 'loading...',
),
);
} // Get a list of all drop-in replacements.
$dropins =
get_dropins();
// Get dropins descriptions.
$dropin_descriptions =
_get_dropins();
// Spare few function calls.
$not_available =
__( 'Not available'
);
foreach ( $dropins as $dropin_key =>
$dropin ) { $info['wp-dropins'
]['fields'
][ sanitize_text_field( $dropin_key ) ] = array
( 'label' =>
$dropin_key,
'value' =>
$dropin_descriptions[ $dropin_key ][0
],
'debug' => 'true',
);
}