/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/Solo/Model
Edit: /home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/Solo/Model/Oauth2.php (1233B)
getContainer());
}
/**
* Is the requested provider enabled in the component options?
*
* @param string $engine The requested engine
*
* @return bool
* @since 9.9.1
*/
public function isEnabled(string $engine): bool
{
$key = sprintf('oauth2_client_%s', strtolower($engine));
return $this->getContainer()->appConfig->get($key, 0) != 0;
}
}