PATH:
home
/
centosnipponia
/
public_html
/
BAK_driewielscootercom
/
wp-content
/
plugins
/
live-copy-paste
/
dci
<?php /** * Main File */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! function_exists( 'dci_dynamic_init' ) ) { function dci_dynamic_init( $params ) { if ( ! is_admin() ) { return; } $menu_slug = isset( $params['menu']['slug'] ) ? $params['menu']['slug'] : false; $current_page = isset( $_GET['page'] ) ? $_GET['page'] : false; $text_domain = isset( $params['text_domain'] ) && !empty( $params['text_domain'] ) ? $params['text_domain'] : $params['slug']; /** * For Attach SDK to current page */ $params['current_page'] = $current_page; $params['menu_slug'] = $menu_slug; $params['text_domain'] = $text_domain; /** * Include SDK */ require_once dirname( __FILE__ ) . '/insights.php'; if ( function_exists( 'dci_sdk_insights' ) ) { dci_sdk_insights( $params ); } } }
[+]
..
[+]
assets
[-] deactivate-feedback.php
[edit]
[-] insights.php
[edit]
[-] notice.php
[edit]
[-] start.php
[edit]
[-] .htaccess.disabled
[edit]