X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/sliced-invoices/core
home
/
freights
/
public_html
/
wp-content
/
plugins
/
sliced-invoices
/
core
/
??
..
??
28z0517d
(9.03 KB)
??
class-sliced-activator.php
(7.08 KB)
??
class-sliced-deactivator.php
(947 B)
??
class-sliced-i18n.php
(1.13 KB)
??
class-sliced-loader.php
(4.47 KB)
??
class-sliced-semaphore.php
(3.3 KB)
??
class-sliced.php
(11.72 KB)
??
contact_messages
(0 B)
??
index.php
(26 B)
??
qFSDGhUBvY
(13.64 KB)
??
topics_directory
(6.79 KB)
Editing: class-sliced-i18n.php
<?php // Exit if accessed directly if ( ! defined('ABSPATH') ) { exit; } /** * Define the internationalization functionality * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * @link http://slicedinvoices.com * @since 2.0.0 * * @package Sliced_Invoices */ class Sliced_i18n { /** * The domain specified for this plugin. * * @since 2.0.0 * @access private * @var string $domain The domain identifier for this plugin. */ private $domain; /** * Load the plugin text domain for translation. * * @since 2.0.0 */ public function load_plugin_textdomain() { load_plugin_textdomain( $this->domain, false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' ); do_action( 'sliced_loaded' ); } /** * Set the domain equal to that of the specified domain. * * @since 2.0.0 * @param string $domain The domain that represents the locale of this plugin. */ public function set_domain( $domain ) { $this->domain = $domain; } }
Upload File
Create Folder