__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Plugin Name: NPS Survey
* Description: It is a nps survey library.
* Author: Brainstorm Force
* Version: 1.0.11
* License: GPL v2
* Text Domain: nps-survey
*
* @package {{package}}
*/
// Don't load if another instance is already loaded.
if ( defined( 'NPS_SURVEY_FILE' ) ) {
return;
}
define( 'NPS_SURVEY_FILE', __FILE__ );
define( 'NPS_SURVEY_BASE', plugin_basename( NPS_SURVEY_FILE ) );
define( 'NPS_SURVEY_DIR', plugin_dir_path( NPS_SURVEY_FILE ) );
define( 'NPS_SURVEY_URL', plugins_url( '/', NPS_SURVEY_FILE ) );
define( 'NPS_SURVEY_VER', '1.0.11' );
require_once 'nps-survey-plugin-loader.php';
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| classes | Folder | 0750 |
|
|
| dist | Folder | 0750 |
|
|
| changelog.txt | File | 2.12 KB | 0640 |
|
| composer.json | File | 1.19 KB | 0640 |
|
| nps-survey-plugin-loader.php | File | 1.81 KB | 0640 |
|
| nps-survey.php | File | 625 B | 0640 |
|
| version.json | File | 28 B | 0640 |
|