Server IP : 213.176.29.180 / Your IP : 3.149.214.28 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/webtaragh/public_html/wp-content/plugins/persian-gravity-forms/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /* Plugin Name: Persian Gravity Forms Plugin URI: https://wordpress.org/plugins/persian-gravity-forms/ Description: Gravity Forms for Iranian, This plugin extends the Gravity Forms and its addons with Persian language Version: 2.1.6 Requires at least: 4.0 Author: hannansoft Author URI: http://www.gravityforms.ir/ Text Domain: GF_FA Domain Path: /languages/ */ if (!defined('ABSPATH')) exit; if (!defined('GF_PARSI_VERSION')) define('GF_PARSI_VERSION', '2.1.6'); if (!defined('GF_PARSI_URL')) define('GF_PARSI_URL', plugins_url('', __FILE__) . '/'); if (!defined('GF_PARSI_DIR')) define('GF_PARSI_DIR', plugin_dir_path(__FILE__)); add_action('plugins_loaded', 'persian_gravity_load_textdomain'); function persian_gravity_load_textdomain() { load_plugin_textdomain('GF_FA', false, dirname(plugin_basename(__FILE__)) . '/languages'); } include GF_PARSI_DIR . '/persian-gravity.php';