File "prisna-wp-translate.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/prisna-wp-translate/prisna-wp-translate.php
File size: 1.09 KB
MIME-type: --
Charset: utf-8
<?php
/*
Plugin Name: Prisna WP Translate
Plugin URI: http://www.prisna.net/
Description: Prisna WP Translate Plugin is a user-friendly, highly customizable Wordpress translation plugin. It works making it simple to get started, but powerful enough to create highly customized translator setups. <a href="plugins.php?page=prisna-translate-settings">[Settings]</a>
Version: 1.11
Author: Prisna
Author URI: http://www.prisna.net/
*/
if (!defined('ABSPATH'))
exit;
$dirname = dirname(__FILE__);
$plugin_dir_url = plugin_dir_url(__FILE__);
define('PRISNA_WP_TRANSLATE_TEMPLATES', $dirname . '/templates');
define('PRISNA_WP_TRANSLATE_PROCEDURES', $dirname . '/procedures');
define('PRISNA_WP_TRANSLATE_CACHE', $dirname . '/cache');
define('PRISNA_WP_TRANSLATE_IMG', $dirname . '/images');
define('PRISNA_WP_TRANSLATE_IMAGES', $plugin_dir_url . 'images');
define('PRISNA_WP_TRANSLATE_CSS', $plugin_dir_url . 'styles');
define('PRISNA_WP_TRANSLATE_JS', $plugin_dir_url . 'javascript');
define('PRISNA_WP_TRANSLATE_COMPATIBILITY', false);
require_once $dirname . '/classes/classes.php';
?>