/* Decoded by unphp.net */ if ( ! defined( 'ABSPATH' ) ) exit; if( !class_exists('WCAL') ){ class WCAL{ public function __construct() { add_action( 'init', [$this,'wcal_load_textdomain'] ); $this->wcal_define(); $this->wcal_includes(); } public function wcal_load_textdomain(){ load_plugin_textdomain( 'wcal', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/'); } public function wcal_define(){ define('WCAL_DIR',trailingslashit(plugin_dir_path(__FILE__))); define('WCAL_URL',trailingslashit(plugin_dir_url(__FILE__))); define('WCAL_FILE_DIR',trailingslashit(__FILE__)); } public function wcal_includes(){ include_once WCAL_DIR.'includes/wcal-functions.php'; include_once WCAL_DIR.'includes/wcal-admin-assets-class.php'; include_once WCAL_DIR.'includes/wcal-installer-class.php'; include_once WCAL_DIR.'includes/wcal-database-class.php'; include_once WCAL_DIR.'includes/wcal-admin-menu-class.php'; include_once WCAL_DIR.'includes/wcal-admin-list-table-class.php'; } } } new WCAL(); register_activation_hook( WCAL_FILE_DIR , ['WCAL_Installer', 'wcal_db_installer'] ); /** * NikanWP License - No need change for this plugin */ if(!defined('NW_SPECIAL_SECRET_KEY')) define('NW_SPECIAL_SECRET_KEY', 'af888ff255272f95e4a81a4239e23a6e0de247b113351da432c2497079274c53'); if(!defined('NW_LICENSE_SERVER_URL')) define('NW_LICENSE_SERVER_URL', 'https://nikanwp.ir/'); if ( !function_exists('nikanwp_license_menu') ) { add_action('admin_menu','nikanwp_license_menu'); function nikanwp_license_menu(){ // Before check redirect from NikanWP plugins. if( !isset( $_REQUEST['nikanwp_license_key_name'] ) ) return; if( empty( $_REQUEST['nikanwp_license_key_name'] ) ){ wp_redirect( admin_url() ); exit; } // Add menu... add_menu_page( 'مدیریت لایسنس محصولات نیکان وردپرس', 'نیکان وردپرس', 'manage_options', 'nikanwp-enter-license', 'nikanwp_enter_license_callback', 'dashicons-lock' ); } } if ( !function_exists('nikanwp_enter_license_callback') ) { function nikanwp_enter_license_callback(){ echo '
'.@$license_data->message.'
'.@$license_data->message.'
جهت فعال سازی افزونه کلید لایسنس را در کادر زیر وارد نموده و در انتها بر روی دکمه فعال سازی کلیک نمایید.
'; echo '