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/content-.../inc/freemius/includes/entities
File: class-fs-scope-entity.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* @package Freemius
[2] Fix | Delete
* @copyright Copyright (c) 2015, Freemius, Inc.
[3] Fix | Delete
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
[4] Fix | Delete
* @since 1.0.4
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[8] Fix | Delete
exit;
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
class FS_Scope_Entity extends FS_Entity {
[12] Fix | Delete
/**
[13] Fix | Delete
* @var string
[14] Fix | Delete
*/
[15] Fix | Delete
public $public_key;
[16] Fix | Delete
/**
[17] Fix | Delete
* @var string
[18] Fix | Delete
*/
[19] Fix | Delete
public $secret_key;
[20] Fix | Delete
[21] Fix | Delete
/**
[22] Fix | Delete
* @param bool|stdClass $scope_entity
[23] Fix | Delete
*/
[24] Fix | Delete
function __construct( $scope_entity = false ) {
[25] Fix | Delete
parent::__construct( $scope_entity );
[26] Fix | Delete
}
[27] Fix | Delete
}
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function