exists() && defined( 'SWAY_THEME_VERSION' ) ) : ?>
' . sprintf( esc_html__( '%1$s - We recommend setting memory to at least '.$memory_limit_min.'.', 'keydesign' ), esc_html( $memory_limit ) ) .'';
} else {
echo '' . esc_html( $memory_limit ) . ' / 128M';
}
}
?>
' . sprintf( esc_html__( '%1$s - We recommend using PHP version 7.2 or above for greater performance and security.', 'keydesign' ), esc_html( phpversion() ) ) .'';
} else {
echo '' . esc_html( phpversion() ) . '';
}
?>
' . sprintf( esc_html__( '%1$s - We recommend setting post max size to at least '.$post_max_size_min.'.', 'keydesign' ), esc_html( $post_max_size ) ) .'';
} else {
echo '' . esc_html( $post_max_size ) . ' / 64M';
}
}
?>
' . sprintf( esc_html__( '%1$s - We recommend setting max execution time to at least '.$max_execution_time_min.'.', 'keydesign' ), esc_html( $max_execution_time ) ) .'';
} else {
echo '' . esc_html( $max_execution_time ) . ' / 120';
}
}
?>
' . sprintf( esc_html__( '%1$s - We recommend setting max input vars to at least '.$max_input_vars_min.'.', 'keydesign' ), esc_html( $max_input_vars ) ) .'';
} else {
echo '' . esc_html( $max_input_vars ) . ' / 1000';
}
}
?>
' . sprintf( esc_html__( '%1$s - We recommend setting max upload size to at least '.$max_upload_size_min.'.', 'keydesign' ), esc_html( size_format( $max_upload_size ) ) ) .'';
} else {
echo '' . esc_html( size_format( $max_upload_size ) ) . ' / 32M';
}
?>