PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
vxcash
/
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.vxcash.net * @since 1.0.0 * * @package Vxcash * @subpackage Vxcash/includes */ /** * Define the internationalization functionality. * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * @since 1.0.0 * @package Vxcash * @subpackage Vxcash/includes * @author Support <support@vxcash.net> */ class Vxcash_i18n { /** * Load the plugin text domain for translation. * * @since 1.0.0 */ public function load_plugin_textdomain() { load_plugin_textdomain( 'vxcash', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' ); } }
[-] class-vxcash-deactivator.php
[edit]
[-] index.php
[edit]
[-] class-vxcash-posttypes-enum.php
[edit]
[-] class-vxcash-tablename-enum.php
[edit]
[-] class-vxcash-vxhost-custom-posttype.php
[edit]
[-] class-vxcash-vxvideo-custom-posttype.php
[edit]
[-] class-vxcash-taxonomies.php
[edit]
[-] class-vxcash-activator.php
[edit]
[+]
..
[-] class-vxcash-pornme-custom-posttype.php
[edit]
[-] class-vxcash.php
[edit]
[-] class-vxcash-loader.php
[edit]
[-] class-vxcash-vxhost-state-enum.php
[edit]
[-] class-vxcash-i18n.php
[edit]