Error on line 295 update.php
-
after instalation i recevied this error… this is te line 295
if ( is_wp_error( $raw_response ) || 200 !=
wp_remote_retrieve_response_code( $raw_response ) )return false;$response = json_decode( wp_remote_retrieve_body( $raw_response ), true );
foreach ( $response[‘plugins’] as &$plugin ) {
$plugin = (object) $plugin;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Error on line 295 update.php’ is closed to new replies.