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/wordpres.../src/presenta...
File: indexable-static-home-page-presentation.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Yoast\WP\SEO\Presentations;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Class Indexable_Static_Home_Page_Presentation.
[5] Fix | Delete
*
[6] Fix | Delete
* Presentation object for indexables.
[7] Fix | Delete
*/
[8] Fix | Delete
class Indexable_Static_Home_Page_Presentation extends Indexable_Post_Type_Presentation {
[9] Fix | Delete
[10] Fix | Delete
/**
[11] Fix | Delete
* Wraps the get_paginated_url pagination helper method.
[12] Fix | Delete
*
[13] Fix | Delete
* @param string $url The un-paginated URL of the current archive.
[14] Fix | Delete
* @param string $page The page number to add on to $url for the $link tag.
[15] Fix | Delete
*
[16] Fix | Delete
* @return string The paginated URL.
[17] Fix | Delete
*/
[18] Fix | Delete
protected function get_paginated_url( $url, $page ) {
[19] Fix | Delete
return $this->pagination->get_paginated_url( $url, $page );
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
/**
[23] Fix | Delete
* Generates the Open Graph type.
[24] Fix | Delete
*
[25] Fix | Delete
* @return string The Open Graph type.
[26] Fix | Delete
*/
[27] Fix | Delete
public function generate_open_graph_type() {
[28] Fix | Delete
return 'website';
[29] Fix | Delete
}
[30] Fix | Delete
}
[31] Fix | Delete
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function