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/mdfdztt/includes
File: class-protect-uploads-i18n.php
<?php
[0] Fix | Delete
class Alti_ProtectUploads_i18n {
[1] Fix | Delete
[2] Fix | Delete
/**
[3] Fix | Delete
* The domain specified for this plugin.
[4] Fix | Delete
* @var string $domain The domain identifier for this plugin.
[5] Fix | Delete
*/
[6] Fix | Delete
private $domain;
[7] Fix | Delete
[8] Fix | Delete
/**
[9] Fix | Delete
* Load the plugin text domain for translation.
[10] Fix | Delete
*/
[11] Fix | Delete
public function load_plugin_textdomain() {
[12] Fix | Delete
[13] Fix | Delete
load_plugin_textdomain(
[14] Fix | Delete
$this->domain,
[15] Fix | Delete
false,
[16] Fix | Delete
dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/'
[17] Fix | Delete
);
[18] Fix | Delete
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
/**
[22] Fix | Delete
* Set the domain equal to that of the specified domain.
[23] Fix | Delete
* @param string $domain The domain that represents the locale of this plugin.
[24] Fix | Delete
*/
[25] Fix | Delete
public function set_domain( $domain ) {
[26] Fix | Delete
$this->domain = $domain;
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
}
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function