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.../pomo
File: po.php
}
[500] Fix | Delete
[501] Fix | Delete
/**
[502] Fix | Delete
* @param string $s
[503] Fix | Delete
* @return string
[504] Fix | Delete
*/
[505] Fix | Delete
public static function trim_quotes( $s ) {
[506] Fix | Delete
if ( str_starts_with( $s, '"' ) ) {
[507] Fix | Delete
$s = substr( $s, 1 );
[508] Fix | Delete
}
[509] Fix | Delete
if ( str_ends_with( $s, '"' ) ) {
[510] Fix | Delete
$s = substr( $s, 0, -1 );
[511] Fix | Delete
}
[512] Fix | Delete
return $s;
[513] Fix | Delete
}
[514] Fix | Delete
}
[515] Fix | Delete
endif;
[516] Fix | Delete
[517] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function