HEX
Server: Apache/2
System: Linux localhost 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
User: rasad (1007)
PHP: 7.4.33
Disabled: shell_exec,system,passthru,exec,popen,ini_restore,socket_create,socket_create_listen,socket_create_pair,socket_listen,socket_bind,symlink,link,pfsockopen,ini_alter,dl,pcntl_exec,pcntl_fork,proc_close,proc_open,proc_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_uname,show_source,getfile,mkfifo
Upload Files
File: /home/rasad/domains/rasadeardakan.ir/public_html/wp-content/plugins/wp-persian/wp-persian.php
<?php

/**
 * @wordpress-plugin
 * Plugin Name:       WP-Persian
 * Plugin URI:        https://wordpress.org/plugins/wp-persian/
 * Description:       Fast and powerful plugin for support jalali date and persian language in wordpress and woocommerce and all other standard plugins.
 * Version:           3.3.0
 * Author:            Siavash Salemi
 * Author URI:        http://www.30yavash.ir
 * License:           GPL2
 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
 * Text Domain:       wp-persian
 * Domain Path:       /languages

*/

if ( ! defined( 'WPINC' ) ) exit;


//define('WPPERSIAN_ID', 'wppersian');
define('WPPERSIAN_NICK', 'WP Persian');
//define('WPPERSIAN_VER', '3.2.3');

/** @define "WPP_DIR" "./" */
define('WPP_DIR', plugin_dir_path(__FILE__));
define('WPP_URL', plugin_dir_url(__FILE__));
define('WPP_FILE',__FILE__);


require_once(WPP_DIR.'includes/class-wp-persian.php');
$wp_persian=WP_Persian::getInstance();
$wp_persian->run();