PATH:
home
/
thebhoeo
/
public_html
/
booksfinders.com
/
pk__db40bc3
/
wp-content
/
themes
/
astra
/
inc
/
lib
/
nps-survey
<?php /** * Plugin Name: NPS Survey * Description: It is a nps survey library. * Author: Brainstorm Force * Version: 1.0.24 * License: GPL v2 * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: nps-survey * * @package NPS_Survey */ if ( ! defined( 'ABSPATH' ) ) { exit; } // 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.24' ); require_once 'nps-survey-plugin-loader.php';
[+]
classes
[-] changelog.txt
[edit]
[-] version.json
[edit]
[+]
assets
[+]
dist
[-] nps-survey.php
[edit]
[+]
..
[-] nps-survey-plugin-loader.php
[edit]
[-] composer.json
[edit]