Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
Turnstile.php 0000644 00000002601 15073231310 0007240 0 ustar 00 'POST',
'body' => [
'secret' => $secret,
'response' => $token,
],
]);
$isValid = false;
if (!is_wp_error($response)) {
$result = json_decode(wp_remote_retrieve_body($response));
$isValid = $result->success;
}
return $isValid;
}
public static function ensureSettings($values)
{
$settings = ArrayHelper::get($values, '_fluentform_turnstile_details');
$settings['invisible'] = ArrayHelper::get($settings, 'invisible', 'no');
$settings['theme'] = ArrayHelper::get($settings, 'theme', 'auto');
$settings['appearance'] = ArrayHelper::get($settings, 'appearance', 'always');
unset($settings['token']);
$values['_fluentform_turnstile_details'] = $settings;
return $values;
}
}