Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
prisna-wp-translate
:
prisna-wp-translate.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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'; ?>