??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/rosestpetronal.nl/wp-content/plugins/elementor/core/utils/http.php
⬅ Kembali
<?php
namespace Elementor\Core\Utils;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class Http extends \WP_Http {
/**
* Pass multiple urls to implements a fallback machine when one of the urls
* is sending an error or not exists anymore.
*
* @param array $urls
* @param array $args
*
* @return array|\WP_Error|null
*/
public function request_with_fallback( array $urls, $args = [] ) {
$response = null;
foreach ( $urls as $url ) {
$response = $this->request( $url, $args );
if ( $this->is_successful_response( $response ) ) {
return $response;
}
}
return $response;
}
/**
* @param $response
*
* @return bool
*/
private function is_successful_response( $response ) {
if ( is_wp_error( $response ) ) {
return false;
}
$response_code = (int) wp_remote_retrieve_response_code( $response );
if ( in_array( $response_code, [ 0, 404, 500 ], true ) ) {
return false;
}
return true;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 api
dir
—
2026-06-22 21:52
📁 import-export
dir
—
2026-06-22 21:52
📁 promotions
dir
—
2026-06-22 21:52
📁 svg
dir
—
2026-06-22 21:52
🐘 ab-test.php
php
2.4 KB
2026-06-22 21:52
🐘 assets-config-provider.php
php
1.5 KB
2026-06-22 21:52
🐘 assets-translation-loader.php
php
2.5 KB
2026-06-22 21:52
🐘 collection.php
php
10.1 KB
2026-06-22 21:52
🐘 exceptions.php
php
709 B
2026-06-22 21:52
🐘 force-locale.php
php
3.6 KB
2026-06-22 21:52
🐘 hints.php
php
14.7 KB
2026-06-22 21:52
🐘 http.php
php
981 B
2026-06-22 21:52
🐘 plugins-manager.php
php
2.8 KB
2026-06-22 21:52
🐘 static-collection.php
php
1.1 KB
2026-06-22 21:52
🐘 str.php
php
1001 B
2026-06-22 21:52
🐘 template-library-element-iterator.php
php
766 B
2026-06-22 21:52
🐘 template-library-import-export-utils.php
php
7.2 KB
2026-06-22 21:52
🐘 template-library-snapshot-processor.php
php
6.8 KB
2026-06-22 21:52
🐘 version.php
php
3.8 KB
2026-06-22 21:52