PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
plugins
/
wordpress-gdpr
/
includes
<?php /** * Define the internationalization functionality * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * @link http://plugins.db-dzine.com * @since 1.0.0 * * @package WordPress_GDPR * @subpackage WordPress_GDPR/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 WordPress_GDPR * @subpackage WordPress_GDPR/includes * @author Daniel Barenkamp <contact@db-dzine.de> */ class WordPress_GDPR_i18n { /** * Load the plugin text domain for translation. * * @since 1.0.0 */ public function load_plugin_textdomain() { $loaded = load_plugin_textdomain( 'wordpress-gdpr', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' ); } }
[+]
..
[-] class-wordpress-gdpr-deactivator.php
[edit]
[-] class-wordpress-gdpr.php
[edit]
[-] class-wordpress-gdpr-i18n.php
[edit]
[-] class-wordpress-gdpr-loader.php
[edit]
[-] class-wordpress-gdpr-activator.php
[edit]
[-] index.php
[edit]