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.../public_h.../clone/wp-conte.../plugins/themify-.../modules
File: module-page-break.php
<?php
[0] Fix | Delete
[1] Fix | Delete
defined( 'ABSPATH' ) || exit;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Module Name: Page break
[5] Fix | Delete
* Description: Page breaker and pagination
[6] Fix | Delete
*/
[7] Fix | Delete
class TB_Page_Break_Module extends Themify_Builder_Component_Module {
[8] Fix | Delete
[9] Fix | Delete
[10] Fix | Delete
public static function get_module_name():string{
[11] Fix | Delete
return __('Page Break', 'themify');
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
public static function get_module_icon():string{
[15] Fix | Delete
return '-1';
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
public static function get_static_content(array $module):string {
[19] Fix | Delete
return ''; // no static content for dynamic content
[20] Fix | Delete
}
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function