Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/hostinge.../includes
File: I18n.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Hostinger;
[2] Fix | Delete
[3] Fix | Delete
defined( 'ABSPATH' ) || exit;
[4] Fix | Delete
[5] Fix | Delete
class I18n {
[6] Fix | Delete
/**
[7] Fix | Delete
* Load the plugin text domain for translation.
[8] Fix | Delete
*
[9] Fix | Delete
* @since 1.2.0
[10] Fix | Delete
*/
[11] Fix | Delete
public function load_plugin_textdomain(): void {
[12] Fix | Delete
load_plugin_textdomain(
[13] Fix | Delete
'hostinger',
[14] Fix | Delete
false,
[15] Fix | Delete
dirname( plugin_basename( __FILE__ ), 2 ) . '/languages/'
[16] Fix | Delete
);
[17] Fix | Delete
}
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function