File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/wp-all-import-pro/src/Scheduling/Connection.php
Back
<?php namespace Wpai\Scheduling; /** * Class Connection * @package Wpai\Scheduling */ class Connection { /** * @return bool */ public function checkConnection() { $response = wp_remote_request( $this->getApiUrl('connection'), array( 'method' => 'GET', 'body' => \json_encode(array(get_site_url())) ) ); if($response instanceof \WP_Error) { return false; } if ($response['response']['code'] == 200) { return true; } else { return false; } } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.17 |
proxy
|
phpinfo
|
Settings