Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-inclu...
File: class-wp-http-streams.php
[500] Fix | Delete
if ( $is_ssl ) {
[501] Fix | Delete
if ( ! extension_loaded( 'openssl' ) ) {
[502] Fix | Delete
return false;
[503] Fix | Delete
}
[504] Fix | Delete
if ( ! function_exists( 'openssl_x509_parse' ) ) {
[505] Fix | Delete
return false;
[506] Fix | Delete
}
[507] Fix | Delete
}
[508] Fix | Delete
[509] Fix | Delete
/**
[510] Fix | Delete
* Filters whether streams can be used as a transport for retrieving a URL.
[511] Fix | Delete
*
[512] Fix | Delete
* @since 2.7.0
[513] Fix | Delete
*
[514] Fix | Delete
* @param bool $use_class Whether the class can be used. Default true.
[515] Fix | Delete
* @param array $args Request arguments.
[516] Fix | Delete
*/
[517] Fix | Delete
return apply_filters( 'use_streams_transport', true, $args );
[518] Fix | Delete
}
[519] Fix | Delete
}
[520] Fix | Delete
[521] Fix | Delete
/**
[522] Fix | Delete
* Deprecated HTTP Transport method which used fsockopen.
[523] Fix | Delete
*
[524] Fix | Delete
* This class is not used, and is included for backward compatibility only.
[525] Fix | Delete
* All code should make use of WP_Http directly through its API.
[526] Fix | Delete
*
[527] Fix | Delete
* @see WP_HTTP::request
[528] Fix | Delete
*
[529] Fix | Delete
* @since 2.7.0
[530] Fix | Delete
* @deprecated 3.7.0 Please use WP_HTTP::request() directly
[531] Fix | Delete
*/
[532] Fix | Delete
class WP_HTTP_Fsockopen extends WP_Http_Streams {
[533] Fix | Delete
// For backward compatibility for users who are using the class directly.
[534] Fix | Delete
}
[535] Fix | Delete
[536] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function