HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/plugins/perfect-survey/configs/config.php
<?php if(!defined('ABSPATH')) exit;

/**
* Plugin Name
*/
define('PRSV_PLUGIN_NAME','Perfect Survey');

/**
* Plugin short code
*/
define('PRSV_PLUGIN_CODE','ps');

/**
* Plugin option code
*/
define('PRSV_OPTION_CODE','ps_options');

/*
* Global option field
*/
define('PRSV_GLOBAL_OPTION','ps_all_global_options');

/*
* Define tinymce function
*/
define('PRSV_DEFAULT_EDITOR','tinymce');

/**
* Version of plugin
*/
define('PRSV_PLUGIN_VERSION','1.4.1');

/**
* Define text domain
*/
define ('PRSV_TEXTDOMAIN', PRSV_PLUGIN_CODE);

/**
* Define plugin name folder
*/
define('PRSV_NAMING', 'perfect-survey');

/**
* Post type for perfect survey plugin
*/
define('PRSV_POST_TYPE', PRSV_PLUGIN_CODE);

/**
* Short code name
*/
define('PRSV_SHORTCODE_NAME','perfect_survey');

/**
* Short code format, %s is the post_id
*/
define('PRSV_SHORTCODE','['.PRSV_SHORTCODE_NAME.' id="%s"]');

/**
* Nouce field name
*/
define('PRSV_NOUNCE_FIELD_NAME','wp_ps_nounce');

/**
* Wp nounce field value
*/
define('PRSV_NOUNCE_FIELD_VALUE','wp_ps_survey');