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-conte.../plugins/wp-smush.../app
File: class-media-library.php
return $html;
[500] Fix | Delete
}
[501] Fix | Delete
[502] Fix | Delete
if ( 'Super-Smush' === $button_txt ) {
[503] Fix | Delete
$html .= ' | ';
[504] Fix | Delete
}
[505] Fix | Delete
[506] Fix | Delete
$html .= "<a href='#' class='wp-smush-send' data-id='{$id}'>{$button_txt}</a>";
[507] Fix | Delete
[508] Fix | Delete
if ( get_post_meta( $id, 'wp-smush-ignore-bulk', true ) ) {
[509] Fix | Delete
$nonce = wp_create_nonce( 'wp-smush-remove-skipped' );
[510] Fix | Delete
$html .= " | <a href='#' class='wp-smush-remove-skipped' data-id={$id} data-nonce={$nonce}>" . esc_html__( 'Show in bulk Smush', 'wp-smushit' ) . '</a>';
[511] Fix | Delete
} else {
[512] Fix | Delete
$html .= " | <a href='#' class='smush-ignore-image' data-id='{$id}'>" . esc_html__( 'Ignore', 'wp-smushit' ) . '</a>';
[513] Fix | Delete
}
[514] Fix | Delete
[515] Fix | Delete
$html .= self::progress_bar();
[516] Fix | Delete
[517] Fix | Delete
return $html;
[518] Fix | Delete
}
[519] Fix | Delete
[520] Fix | Delete
/**
[521] Fix | Delete
* Returns the HTML for progress bar
[522] Fix | Delete
*
[523] Fix | Delete
* @return string
[524] Fix | Delete
*/
[525] Fix | Delete
public static function progress_bar() {
[526] Fix | Delete
return '<span class="spinner wp-smush-progress"></span>';
[527] Fix | Delete
}
[528] Fix | Delete
}
[529] Fix | Delete
[530] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function