' . "\n";
}
$options = atc_get_options();
// Show error box is a large number of orphansed transients were found
$array = get_option( 'transient_clean_expired' );
if ( $array[ 'orphans' ] > 20 ) {
echo '
' . __( 'A large number of orphaned transients were found. It is recommended that you clear all transients to remove these.' ) . '