🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 10:28:55 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
test1.therahuldas.com
/
wp-content
/
plugins
/
esewa
📍 /home/therahul/test1.therahuldas.com/wp-content/plugins/esewa
🔄 Refresh
✏️
Editing: esewa-woocommerce.php
Writable
<?php /* * Plugin Name: eSewa - Nepal's First Payment Gateway * Description: eSewa official plugin for WooCommerce * Version: 2.3 * Text Domain: esewa-woocommerce */ defined( 'ABSPATH' ) || exit; /** * * Plugin File Path * */ if ( ! defined( 'WC_ESEWA_PLUGIN_FILE' ) ) { define( 'WC_ESEWA_PLUGIN_FILE', __FILE__); } /** * Main WooCommerce eSewa class */ if ( ! class_exists( 'WooCommerce_Esewa' ) ) { include_once dirname(__FILE__) . '/includes/class-esewa-woocommerce.php'; } // Initialization the plugin add_action( 'plugins_loaded', array('WooCommerce_Esewa', 'get_instance' ) );
💾 Save Changes
❌ Cancel