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/advanced.../admin/views
File: post-ad-settings-hint-metabox.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Display message indicating that ads are disabled for a specific post type.
[2] Fix | Delete
* Get the labels for the specific post type
[3] Fix | Delete
* @var object $labels to render setting hint form
[4] Fix | Delete
*/
[5] Fix | Delete
?>
[6] Fix | Delete
<p><?php
[7] Fix | Delete
printf(
[8] Fix | Delete
/* translators: %s post type plural name */
[9] Fix | Delete
esc_html__( 'Ads are disabled for all %s', 'advanced-ads' ),
[10] Fix | Delete
$labels->name
[11] Fix | Delete
);
[12] Fix | Delete
?></p>
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function