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/wordpres.../src/promotio.../domain
File: black-friday-promotion.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Yoast\WP\SEO\Promotions\Domain;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Class to manage the Black Friday promotion.
[5] Fix | Delete
*/
[6] Fix | Delete
class Black_Friday_Promotion extends Abstract_Promotion implements Promotion_Interface {
[7] Fix | Delete
[8] Fix | Delete
/**
[9] Fix | Delete
* Class constructor.
[10] Fix | Delete
*/
[11] Fix | Delete
public function __construct() {
[12] Fix | Delete
parent::__construct(
[13] Fix | Delete
'black-friday-2023-promotion',
[14] Fix | Delete
new Time_Interval( \gmmktime( 11, 00, 00, 11, 23, 2023 ), \gmmktime( 11, 00, 00, 11, 28, 2023 ) )
[15] Fix | Delete
);
[16] Fix | Delete
}
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function