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/wp-conte.../plugins/embedpre.../EmbedPre...
File: Shortcode.php
<iframe title="<?php echo esc_attr(Helper::get_file_title($url)); ?>" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" style="<?php echo esc_attr($dimension); ?>; max-width:100%;" src="<?php echo esc_url($url); ?>" data-emsrc="<?php echo esc_url($url); ?>" data-emid="<?php echo esc_attr($id); ?>" class="embedpress-embed-document-pdf <?php echo esc_attr($id); ?>"></iframe>
[1000] Fix | Delete
</div>
[1001] Fix | Delete
[1002] Fix | Delete
<?php
[1003] Fix | Delete
[1004] Fix | Delete
}
[1005] Fix | Delete
[1006] Fix | Delete
if (!empty($attributes['powered_by']) && $attributes['powered_by'] === 'yes') {
[1007] Fix | Delete
printf('<p class="embedpress-el-powered">%s</p>', __('Powered By EmbedPress', 'embedpress'));
[1008] Fix | Delete
}
[1009] Fix | Delete
}
[1010] Fix | Delete
?>
[1011] Fix | Delete
</div>
[1012] Fix | Delete
[1013] Fix | Delete
<?php
[1014] Fix | Delete
[1015] Fix | Delete
[1016] Fix | Delete
return ob_get_clean();
[1017] Fix | Delete
}
[1018] Fix | Delete
[1019] Fix | Delete
protected static function is_external_url($url)
[1020] Fix | Delete
{
[1021] Fix | Delete
return strpos($url, get_site_url()) === false;
[1022] Fix | Delete
}
[1023] Fix | Delete
[1024] Fix | Delete
protected static function is_pdf($url)
[1025] Fix | Delete
{
[1026] Fix | Delete
$arr = explode('.', $url);
[1027] Fix | Delete
return end($arr) === 'pdf';
[1028] Fix | Delete
}
[1029] Fix | Delete
[1030] Fix | Delete
[1031] Fix | Delete
}
[1032] Fix | Delete
[1033] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function