Fetch the settings from the database.
fusion_get_settings( [ string $key ] ) : mixed
$key (string) (Optional) The key of one setting. Default value: null
(array|string) Associative array of settings or one setting by key.
$settings = fusion_get_settings();
echo $settings['siteurl'];
// http://example.com/