PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
plugins
/
w-time-table
/
includes
<?php /** * Define the internationalization functionality * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * @link http://webnus.biz * @since 1.0.0 * @package time table */ /** * Define the internationalization functionality. */ class Wb_Tt_i18n { /** * Load the plugin text domain for translation. * @since 1.0.0 */ public function load_plugin_textdomain() { load_plugin_textdomain( 'wb_tt', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' ); } }
[+]
..
[-] class-wb-tt-activator.php
[edit]
[-] class-wb-tt-deactivator.php
[edit]
[-] class-wb-tt.php
[edit]
[-] class-wb-tt-loader.php
[edit]
[-] class-wb-tt-i18n.php
[edit]
[-] index.php
[edit]