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-inclu.../blocks
File: page-list-item.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Server-side rendering of the `core/page-list-item` block.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WordPress
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
/**
[7] Fix | Delete
* Registers the `core/page-list-item` block on server.
[8] Fix | Delete
*
[9] Fix | Delete
* @since 6.3.0
[10] Fix | Delete
*/
[11] Fix | Delete
function register_block_core_page_list_item() {
[12] Fix | Delete
register_block_type_from_metadata( __DIR__ . '/page-list-item' );
[13] Fix | Delete
}
[14] Fix | Delete
add_action( 'init', 'register_block_core_page_list_item' );
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function