Get all the settings for the given infusion.
get_settings( string $settings_inf [, string $key ] ) : mixed
$settings_inf (string) (Required) The infusion you'll get the settings for.
$key (string) (Optional) The key of one setting. Default value: null
(array|string) Associative array of settings or one setting by key.
$blog_settings = get_settings('blog');
echo $blog_settings['blog_thumb_ratio'];
// 0