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/wp-conte.../plugins/advanced.../views/admin
File: header.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Header on admin pages
[2] Fix | Delete
*
[3] Fix | Delete
* @package AdvancedAds
[4] Fix | Delete
* @author Advanced Ads <info@wpadvancedads.com>
[5] Fix | Delete
*
[6] Fix | Delete
* @var string $title page title.
[7] Fix | Delete
* @var WP_Screen $screen Current screen
[8] Fix | Delete
* @var string $reset_href href attribute for the reset button
[9] Fix | Delete
* @var bool $show_filter_button if the filter button is visible
[10] Fix | Delete
* @var string $filter_disabled if the visible filter button is disabled
[11] Fix | Delete
* @var string $new_button_label text displayed on the New button
[12] Fix | Delete
* @var string $new_button_href href of the New button
[13] Fix | Delete
* @var string $new_button_id id of the New button
[14] Fix | Delete
* @var string $show_screen_options if to show the Screen Options button
[15] Fix | Delete
* @var string $manual_url target of the manual link
[16] Fix | Delete
* @var string $tooltip description that will show in a tooltip
[17] Fix | Delete
*/
[18] Fix | Delete
[19] Fix | Delete
?>
[20] Fix | Delete
<div id="advads-header">
[21] Fix | Delete
<div id="advads-header-wrapper">
[22] Fix | Delete
<div>
[23] Fix | Delete
<svg class="advads-header-logo" xmlns="http://www.w3.org/2000/svg" x="0" y="0" height="30" width="30" viewBox="0 0 351.7 352" xml:space="preserve"><path d="M252.2 149.6v125.1h-174.9v-174.9H202.4c-5.2-11.8-8-24.7-8-38.5s3-26.7 8-38.5h-37.7H0v267.9l8.8 8.8 -8.8-8.8C0 324.5 27.5 352 61.3 352l0 0h103.4 164.5V149.3c-11.8 5.2-25 8.3-38.8 8.3C276.9 157.6 264 154.6 252.2 149.6z" fill="#1C1B3A"/><circle cx="290.4" cy="61.3" r="61.3" fill="#0E75A4"/></svg>
[24] Fix | Delete
<h1><?php echo esc_html( $title ); ?></h1>
[25] Fix | Delete
</div>
[26] Fix | Delete
<div id="advads-header-actions">
[27] Fix | Delete
<?php if ( '' !== $new_button_label ) : ?>
[28] Fix | Delete
<a href="<?php echo esc_url( $new_button_href ); ?>" class="header-action button advads-button-primary" id="<?php echo esc_attr( $new_button_id ); ?>">
[29] Fix | Delete
<span class="dashicons dashicons-plus"></span><?php echo esc_html( $new_button_label ); ?>
[30] Fix | Delete
</a>
[31] Fix | Delete
<?php endif; ?>
[32] Fix | Delete
<?php if ( '' !== $tooltip ) : ?>
[33] Fix | Delete
<span class="advads-help"><span class="advads-tooltip"><?php echo esc_html( $tooltip ); ?></span></span>
[34] Fix | Delete
<?php endif; ?>
[35] Fix | Delete
</div>
[36] Fix | Delete
<div id="advads-header-links">
[37] Fix | Delete
<?php if ( '' !== $reset_href ) : ?>
[38] Fix | Delete
<a href="<?php echo esc_url( $reset_href ); ?>" class="button advads-button-secondary advads-button-icon-right">
[39] Fix | Delete
<?php esc_html_e( 'Reset', 'advanced-ads' ); ?><span class="dashicons dashicons-undo"></span>
[40] Fix | Delete
</a>
[41] Fix | Delete
<?php endif; ?>
[42] Fix | Delete
<?php if ( $show_filter_button ) : ?>
[43] Fix | Delete
<a id="advads-show-filters" class="button advads-button-secondary advads-button-icon-right <?php echo esc_attr( $filter_disabled ); ?>">
[44] Fix | Delete
<?php esc_html_e( 'Filters', 'advanced-ads' ); ?><span class="dashicons dashicons-filter"></span>
[45] Fix | Delete
</a>
[46] Fix | Delete
<?php endif; ?>
[47] Fix | Delete
<?php if ( $show_screen_options ) : ?>
[48] Fix | Delete
<a id="advads-show-screen-options" class="button advads-button-secondary"><?php esc_html_e( 'Screen Options', 'advanced-ads' ); ?></a>
[49] Fix | Delete
<?php endif; ?>
[50] Fix | Delete
<?php if ( ! defined( 'AAP_VERSION' ) ) : ?>
[51] Fix | Delete
<a href="https://wpadvancedads.com/add-ons/?utm_source=advanced-ads&utm_medium=link&utm_campaign=header-upgrade-<?php echo esc_attr( $screen->id ); ?>" target="_blank" class="advads-upgrade button advads-button-secondary advads-button-icon-right">
[52] Fix | Delete
<?php esc_html_e( 'See all Add-ons', 'advanced-ads' ); ?><span class="dashicons dashicons-star-filled"></span>
[53] Fix | Delete
</a>
[54] Fix | Delete
<?php endif; ?>
[55] Fix | Delete
<a href="<?php echo esc_url( $manual_url ); ?>?utm_source=advanced-ads&utm_medium=link&utm_campaign=header-manual-<?php echo esc_attr( $screen->id ); ?>" target="_blank" class="button advads-button-secondary advads-button-icon-right">
[56] Fix | Delete
<?php esc_html_e( 'Manual', 'advanced-ads' ); ?><span class="dashicons dashicons-welcome-learn-more"></span>
[57] Fix | Delete
</a>
[58] Fix | Delete
</div>
[59] Fix | Delete
</div>
[60] Fix | Delete
</div>
[61] Fix | Delete
[62] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function