PATH:
home
/
letacommog
/
laperouse
/
wp-content
/
plugins
/
delivery-times-for-woocommerce
/
includes
<?php /** * Define the internationalization functionality * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * @link https://www.deviodigital.com/ * @since 1.0 * * @package DTWC * @subpackage DTWC/includes */ /** * Define the internationalization functionality. * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * @since 1.0 * @package DTWC * @subpackage DTWC/includes * @author Devio Digital <contact@deviodigital.com> */ class DTWC_i18n { /** * Load the plugin text domain for translation. * * @since 1.0 */ public function load_plugin_textdomain() { load_plugin_textdomain( 'dtwc', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' ); } }
[+]
..
[-] class-dtwc-deactivator.php
[edit]
[-] class-dtwc-activator.php
[edit]
[-] class-dtwc-i18n.php
[edit]
[-] class-dtwc-loader.php
[edit]
[-] index.php
[edit]
[-] class-dtwc.php
[edit]