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
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/accelera.../includes
File: deactivate-feedback.php
<?php
[0] Fix | Delete
$reasons = array(
[1] Fix | Delete
1 => '<li><label><input type="radio" name="ampforwp_disable_reason" value="temporary"/>' . esc_html__('It is only temporary', 'accelerated-mobile-pages') . '</label></li>',
[2] Fix | Delete
2 => '<li><label><input type="radio" name="ampforwp_disable_reason" value="stopped"/>' . esc_html__('I stopped using AMP on my site', 'accelerated-mobile-pages') . '</label></li>',
[3] Fix | Delete
3 => '<li><label><input type="radio" name="ampforwp_disable_reason" value="missing"/>' . esc_html__('I miss a feature', 'accelerated-mobile-pages') . '</label></li>
[4] Fix | Delete
<li><input type="text" class="mb-box missing" name="ampforwp_disable_text[]" value="" placeholder="Please describe the feature"/></li>',
[5] Fix | Delete
4 => '<li><label><input type="radio" name="ampforwp_disable_reason" value="technical"/>' . esc_html__('Technical Issue', 'accelerated-mobile-pages') . '</label></li>
[6] Fix | Delete
<li><textarea class="mb-box technical" name="ampforwp_disable_text[]" placeholder="' . esc_html__('How Can we help? Please describe your problem', 'accelerated-mobile-pages') . '"></textarea></li>',
[7] Fix | Delete
5 => '<li><label><input type="radio" name="ampforwp_disable_reason" value="another"/>' . esc_html__('I switched to another plugin', 'accelerated-mobile-pages') . '</label></li>
[8] Fix | Delete
<li><input type="text" class="mb-box another" name="ampforwp_disable_text[]" value="" placeholder="'.esc_html__('Name of the plugin', 'accelerated-mobile-pages').'"/></li>',
[9] Fix | Delete
6 => '<li><label><input type="radio" name="ampforwp_disable_reason" value="other"/>' . esc_html__('Other reason', 'accelerated-mobile-pages') . '</label></li>
[10] Fix | Delete
<li><textarea class="mb-box other" name="ampforwp_disable_text[]" placeholder="' . esc_html__('Please specify, if possible', 'accelerated-mobile-pages') . '"></textarea></li>',
[11] Fix | Delete
);
[12] Fix | Delete
shuffle($reasons);
[13] Fix | Delete
?>
[14] Fix | Delete
[15] Fix | Delete
[16] Fix | Delete
<div id="ampforwp-reloaded-feedback-overlay" style="display: none;">
[17] Fix | Delete
<div id="ampforwp-reloaded-feedback-content">
[18] Fix | Delete
<form action="" method="post">
[19] Fix | Delete
<h3><strong><?php echo esc_html__('If you have a moment, please let us know why you are deactivating:', 'accelerated-mobile-pages'); ?></strong></h3>
[20] Fix | Delete
<ul>
[21] Fix | Delete
<?php
[22] Fix | Delete
foreach ($reasons as $reason){
[23] Fix | Delete
echo $reason;
[24] Fix | Delete
}
[25] Fix | Delete
?>
[26] Fix | Delete
</ul>
[27] Fix | Delete
<?php if ($email) : ?>
[28] Fix | Delete
<input type="hidden" name="ampforwp_disable_from" value="<?php echo $email; ?>"/>
[29] Fix | Delete
<?php endif; ?>
[30] Fix | Delete
<input id="ampforwp-reloaded-feedback-submit" class="button button-primary" type="submit" name="ampforwp_disable_submit" value="<?php echo esc_html__('Submit & Deactivate', 'accelerated-mobile-pages'); ?>"/>
[31] Fix | Delete
<a class="button"><?php echo esc_html__('Only Deactivate', 'accelerated-mobile-pages'); ?></a>
[32] Fix | Delete
<a class="ampforwp-for-wp-feedback-not-deactivate" href="#"><?php echo esc_html__('Don\'t deactivate', 'accelerated-mobile-pages'); ?></a>
[33] Fix | Delete
</form>
[34] Fix | Delete
</div>
[35] Fix | Delete
</div>
[36] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function