Check whether an infusion is installed or not from the infusions table.
infusion_exists( string $infusion_folder ) : bool
$infusion_folder (string) (Required)
(bool)
if (infusion_exists('my_infusion')) { // }